Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nang-dev authored Jul 16, 2021
1 parent d79c08f commit ead5d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
MAX_CLIP_LENGTH = 19
MIN_CLIP_LENGTH = 5
DAILY_SCHEDULED_TIME = "20:00"
TOKEN_NAME = "token.json"
TOKEN_NAME = "token.json" # Don't change

# Setup Google
SCOPES = ["https://www.googleapis.com/auth/youtube.upload"]
Expand Down

0 comments on commit ead5d53

Please sign in to comment.