error handling

This commit is contained in:
2025-06-08 14:44:07 -05:00
parent 78458a345b
commit 0511e8c014

View File

@ -30,3 +30,5 @@ if response.reason == "OK":
notify(-1, loads(response.text)['uri'])
else:
notify(1, response.reason)
else:
notify(1, response.reason)