fix static scan warnings

This commit is contained in:
Kenneth Kehl
2025-04-01 08:53:33 -07:00
parent 73cfb1a1ed
commit 49252963f9
6 changed files with 6 additions and 3 deletions

View File

@@ -35,6 +35,7 @@ def cronitor(task_name):
params={
"host": current_app.config["API_HOST_NAME"],
},
timeout=30
)
resp.raise_for_status()
except requests.RequestException as e: