chore: changed formatting

pull/418/head
Jason 2 years ago
parent 5beef765d7
commit 3cb7afd12b

@ -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:

Loading…
Cancel
Save