This commit is contained in:
Ali Parlakci
2018-07-30 13:36:27 +03:00
parent 5ed855af28
commit 5633b301f3

View File

@@ -40,7 +40,7 @@ def getConfig(configFileName):
if content["reddit_refresh_token"] == "":
FILE.delete("reddit_refresh_token")
if all(True if not content.get(key,"") == "" else False for key in keys):
if not all(False if content.get(key,"") == "" else True for key in keys):
print(
"Go to this URL and fill the form: " \
"https://api.imgur.com/oauth2/addclient\n" \