Merge pull request #506 from Changaco/fix-crash

Fix a crash
This commit is contained in:
Jose Diaz-Gonzalez
2026-04-30 10:18:42 -04:00
committed by GitHub

View File

@@ -806,6 +806,7 @@ def retrieve_data(args, template, query_args=None, paginated=True, lazy=False):
response = json.loads(http_response.read().decode("utf-8"))
break # Exit retry loop and handle the data returned
except (
ConnectionError,
IncompleteRead,
json.decoder.JSONDecodeError,
TimeoutError,