issue found

This commit is contained in:
Austin-Olacsi 2024-06-28 20:44:30 -06:00 committed by GitHub
parent ab2f49a538
commit 1d97ecdb56
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -215,6 +215,7 @@ def response(resp):
# sys.stdout = f
# print(json_resp)
#the json.loads below sometimes fails. because some keys in the json_resp (especialy the clear_description) may contain unescaped double quotes for example, in which case the json is not valid...
json_resp2 = json.loads(json_resp.encode("UTF-8"))
# # save to a file