|
|
@ -22,7 +22,7 @@ def get_subreddit_threads():
|
|
|
|
print_substep("Logging into Reddit.")
|
|
|
|
print_substep("Logging into Reddit.")
|
|
|
|
|
|
|
|
|
|
|
|
content = {}
|
|
|
|
content = {}
|
|
|
|
if getenv("REDDIT_2FA").casefold() == "yes":
|
|
|
|
if str(getenv("REDDIT_2FA")).casefold() == "yes":
|
|
|
|
print(
|
|
|
|
print(
|
|
|
|
"\nEnter your two-factor authentication code from your authenticator app.\n"
|
|
|
|
"\nEnter your two-factor authentication code from your authenticator app.\n"
|
|
|
|
)
|
|
|
|
)
|
|
|
|