From ebe453e970e76807b99f4bda958b72cd2219d0c6 Mon Sep 17 00:00:00 2001 From: Jason Date: Mon, 13 Jun 2022 21:50:00 -0400 Subject: [PATCH] prob won't fix anything --- reddit/subreddit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reddit/subreddit.py b/reddit/subreddit.py index a7fa73f..273eb27 100644 --- a/reddit/subreddit.py +++ b/reddit/subreddit.py @@ -22,7 +22,7 @@ def get_subreddit_threads(): print_substep("Logging into Reddit.") content = {} - if getenv("REDDIT_2FA").casefold() == "yes": + if str(getenv("REDDIT_2FA")).casefold() == "yes": print( "\nEnter your two-factor authentication code from your authenticator app.\n" )