diff --git a/app/main.py b/app/main.py index 1d4fb47..58e52d9 100644 --- a/app/main.py +++ b/app/main.py @@ -68,5 +68,6 @@ async def tg_intgr_get(request: Request): return {"status": "success"} except Exception as e: + logger.info(comment) logger.info(e) return {"status": "error"}