1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

countless updates I mostly don't remember.

This commit is contained in:
thatmattlove
2023-04-13 23:05:05 -04:00
parent b94eb3006a
commit 446853e4a9
45 changed files with 3302 additions and 3549 deletions

View File

@@ -155,7 +155,6 @@ class BaseExternal:
try:
parsed = _json.loads(response)
except (JSONDecodeError, TypeError):
log.error("Error parsing JSON for response {}", repr(response))
parsed = {"data": response.text}
else:
parsed = response