We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2931999 commit 2d14842Copy full SHA for 2d14842
truecallerpy/__init__.py
@@ -141,7 +141,7 @@ def truecallerpy_search_phonenumber(config):
141
phoneNumberNational), phonenumbers.region_code_for_number(number), installationId)
142
143
# print(jsonInfo["data"])
144
- if jsonInfo["data"] == None and jsonInfo["errorCode"] == 429:
+ if jsonInfo["data"] == None and jsonInfo["errorCode"] == 429 and config['json'] == False:
145
raise SystemExit(
146
'\x1b[33mToo many requests. \nPlease try again tomorrow, maybe!\x1b[0m')
147
elif jsonInfo["data"] == None and config["json"] == False and config["raw"] == False and config["email"] == False:
0 commit comments