mirror of
https://github.com/NovaOSS/nova-api.git
synced 2024-11-25 18:33:57 +01:00
Auto-trigger - Production server started
This commit is contained in:
parent
c4137a9eab
commit
4f3a5264f2
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue