From 2541b9867bc9f437c620721b5f467dedc3db7b62 Mon Sep 17 00:00:00 2001 From: iaacornus Date: Sun, 5 Jun 2022 11:18:25 +0800 Subject: [PATCH] add back configure --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 39f5c7d..980a6b2 100644 --- a/main.py +++ b/main.py @@ -27,6 +27,7 @@ def main(subreddit_=None, background=None): + "reach out to me on Twitter or submit a GitHub issue." ) + configured = True if not os.path.exists(".env"): shutil.copy(".env.template", ".env") configured = False