diff --git a/utils/videos.py b/utils/videos.py index 51a2704..a7b2012 100755 --- a/utils/videos.py +++ b/utils/videos.py @@ -4,9 +4,7 @@ from os import getenv from utils.console import print_step -def check_done( - redditobj, -): # don't set this to be run anyplace that isn't subreddit.py bc of inspect stack +def check_done(redditobj): # don't set this to be run anyplace that isn't subreddit.py bc of inspect stack """params: reddit_object: The Reddit Object you received in askreddit.py""" with open("./video_creation/data/videos.json", "r") as done_vids_raw: