From 51b90d9f72198f0aa2112db68f5e2c3081e50f5b Mon Sep 17 00:00:00 2001 From: Muhammad Naeem Tariq <35663485+NaaeemMalik@users.noreply.github.com> Date: Fri, 14 Apr 2023 19:47:06 +0500 Subject: [PATCH] Update upload/youtube.py Co-authored-by: Simon <65854503+OpenSourceSimon@users.noreply.github.com> --- upload/youtube.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload/youtube.py b/upload/youtube.py index 0c0149c..ad45f96 100644 --- a/upload/youtube.py +++ b/upload/youtube.py @@ -233,7 +233,7 @@ format_data = "%Y-%m-%d %H:%M:%S" def init(): if not(os.path.exists(CLIENT_SECRETS_FILE)): - print("video not automatically uploaded on youtube, please add youtube configuration in toml file if you want to upload videos automatically") + print("Video isn't automatically uploaded to YouTube. Add your YouTube credentials to the config if you'd like to let it upload videos automatically") return # opens the json containing video_creation data (used for logic and upload data) f = open(videos_json_file)