From 3cb7afd12b441d231c8fc95b5554cceff2170600 Mon Sep 17 00:00:00 2001 From: Jason Date: Wed, 8 Jun 2022 17:53:57 -0400 Subject: [PATCH] chore: changed formatting --- utils/videos.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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: