1
0
Fork 0
mirror of synced 2024-06-26 18:10:26 +12:00

No redditor name given error fixed when in subreddit mode

This commit is contained in:
Ali Parlakci 2018-07-09 23:39:06 +03:00
parent c9aaf7ee4b
commit 771ac18cd2

View file

@ -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()