From 267bbddfd520cfa9f1bdbd7e3bd6a6566c1c41ae Mon Sep 17 00:00:00 2001 From: Harper <106035102+rarehp@users.noreply.github.com> Date: Mon, 13 Jun 2022 01:46:55 -0400 Subject: [PATCH] typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index feaa344..e6e13f1 100644 --- a/setup.py +++ b/setup.py @@ -88,7 +88,7 @@ subreddit = input("Subreddit (without r/) > ") theme = input("Theme? (light or dark) > ") console.log("Attempting to save your credentials...") loader = Loader("Saving Credentials...", "Done!").start() - # you can also put a while loop here, e.g. while VideoIsBeingMade == True: ... +# you can also put a while loop here, e.g. while VideoIsBeingMade == True: ... time.sleep(0.5) console.log("Removing old .env file...") os.remove(".env")