Auto-trigger - Production server started

This commit is contained in:
nsde 2023-08-23 23:31:43 +02:00
parent c4137a9eab
commit 4f3a5264f2

View file

@ -128,7 +128,8 @@ async def run_checks(incoming_request: fastapi.Request):
try:
chat = await checks.client.test_chat()
except Exception:
except Exception as exc
print(exc)
chat = None
try: