mirror of
https://github.com/NovaOSS/nova-api.git
synced 2024-11-25 20:23:58 +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:
|
try:
|
||||||
chat = await checks.client.test_chat()
|
chat = await checks.client.test_chat()
|
||||||
except Exception:
|
except Exception as exc
|
||||||
|
print(exc)
|
||||||
chat = None
|
chat = None
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue