diff --git a/reddit/subreddit.py b/reddit/subreddit.py index a44c2f9..d9c971e 100644 --- a/reddit/subreddit.py +++ b/reddit/subreddit.py @@ -72,7 +72,7 @@ def get_subreddit_threads(): response = input("Is this thread acceptable? [yes/no/exit]: ").strip().lower() if response == "yes" or response == "y": - accept_thread = TRUE + accept_thread = True elif response == "exit": return -1 else: