Browse Source

correct some typo in output, fix #23

feature/pt-playlist-1.3
LecygneNoir 5 years ago
parent
commit
7e4f9d995c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/yt_upload.py

+ 1
- 1
lib/yt_upload.py View File

@ -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…
Cancel
Save