Reformat
This commit is contained in:
parent
1c92be85d1
commit
295a44fbaa
3 changed files with 7 additions and 12 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue