See here:
|
j = json.loads(response.text) |
I have a URL that just replies "OK", this triggers a error icon on the button as a result of this line
There is no option to ignore the response, nor is there a readme with documentation as to what data structure is expected in the JSON
See here:
Requests/main.py
Line 147 in bfe1fa1
I have a URL that just replies "OK", this triggers a error icon on the button as a result of this line
There is no option to ignore the response, nor is there a readme with documentation as to what data structure is expected in the JSON