From 7e4f9d995c87be92966bc57c9565c2c50fd47c52 Mon Sep 17 00:00:00 2001 From: LecygneNoir Date: Mon, 10 Dec 2018 07:28:04 +0100 Subject: [PATCH] correct some typo in output, fix #23 --- lib/yt_upload.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/yt_upload.py b/lib/yt_upload.py index daebdc9..0dfbc57 100644 --- a/lib/yt_upload.py +++ b/lib/yt_upload.py @@ -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