This commit is contained in:
Edgar P. Burkhart 2024-04-09 22:06:52 +02:00
parent 1c92be85d1
commit 295a44fbaa
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
3 changed files with 7 additions and 12 deletions

View file

@ -29,7 +29,8 @@ def create_playlist(MUSIK):
)
pl_response = pl_request.execute()
print(
f"> > Playlist créée : https://www.youtube.com/playlist?list={pl_response['id']}"
"> > Playlist créée :",
f"https://www.youtube.com/playlist?list={pl_response['id']}"
)
# Insertion des musiques dans la playlist
@ -51,5 +52,5 @@ def create_playlist(MUSIK):
}
},
)
response = request.execute()
request.execute()
print()