This commit is contained in:
eli fessler
2022-10-26 13:02:09 -10:00
parent b94ecbc9df
commit a4425bf461

View File

@@ -321,7 +321,7 @@ def get_bullet(web_service_token, web_view_ver, app_user_agent, user_lang, user_
bullet_resp = json.loads(r.text)
bullet_token = bullet_resp["bulletToken"]
except (json.decoder.JSONDecodeError, TypeError):
print("Got non-JSON response from Nintendo (in api/bullet_tokens step:")
print("Got non-JSON response from Nintendo (in api/bullet_tokens step):")
print(bullet_resp)
sys.exit(1)
except: