You've already forked wakapi-readme-stats
Update main.py
This commit is contained in:
committed by
GitHub
parent
ebf4a25c3d
commit
b0e95e8d62
2
main.py
2
main.py
@@ -81,7 +81,7 @@ def run_v3_api(query):
|
||||
return request.json()
|
||||
else:
|
||||
raise Exception(
|
||||
"Query failed to run by returning code of {}. {},... {}".format(request.status_code, query, request.json()))
|
||||
"Query failed to run by returning code of {}. {},... {}".format(request.status_code, query, str(request.json())))
|
||||
|
||||
|
||||
def run_query(query):
|
||||
|
||||
Reference in New Issue
Block a user