From 4f3a5264f21f56b1995eb83f3a41e96af9d6a2d0 Mon Sep 17 00:00:00 2001 From: nsde Date: Wed, 23 Aug 2023 23:31:43 +0200 Subject: [PATCH] Auto-trigger - Production server started --- api/core.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/core.py b/api/core.py index f43d71c..58a6490 100644 --- a/api/core.py +++ b/api/core.py @@ -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: