correct some typo in output, fix #23

This commit is contained in:
LecygneNoir 2018-12-10 07:28:04 +01:00
parent 8c0f1fd038
commit 7e4f9d995c

View file

@ -254,7 +254,7 @@ def set_playlist(youtube, playlist_id, video_id):
logging.error("Youtube: Error: " + str(e.message)) logging.error("Youtube: Error: " + str(e.message))
else: else:
logging.error("Youtube: Error: " + str(e)) 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 # This method implements an exponential backoff strategy to resume a