mirror of
https://git.lecygnenoir.info/LecygneNoir/prismedia.git
synced 2025-10-03 17:39:16 +02:00
correct some typo in output, fix #23
This commit is contained in:
parent
8c0f1fd038
commit
7e4f9d995c
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ def set_playlist(youtube, playlist_id, video_id):
|
|||
logging.error("Youtube: Error: " + str(e.message))
|
||||
else:
|
||||
logging.error("Youtube: Error: " + str(e))
|
||||
logging.info('Youtube: Video is correclty added to the playlist.')
|
||||
logging.info('Youtube: Video is correctly added to the playlist.')
|
||||
|
||||
|
||||
# This method implements an exponential backoff strategy to resume a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue