From 771ac18cd2910df7dd3ef89a267be428e406b158 Mon Sep 17 00:00:00 2001 From: Ali Parlakci Date: Mon, 9 Jul 2018 23:39:06 +0300 Subject: [PATCH] No redditor name given error fixed when in subreddit mode --- script.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.py b/script.py index f4802f8..559894a 100644 --- a/script.py +++ b/script.py @@ -213,7 +213,7 @@ def checkConflicts(): print("You cannot search in upvoted posts") quit() - if upvoted+subreddit == 1 and user == 0: + if upvoted+submitted == 1 and user == 0: print("No redditor name given") quit()