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