From b525cc1e34c252f3452e4b841fb91ef29647546a Mon Sep 17 00:00:00 2001 From: MoonTestUse1 Date: Thu, 26 Dec 2024 04:29:45 +0600 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D1=87=D0=B8=D0=BD=D0=BA=D0=B0=20se?= =?UTF-8?q?nd=5Fnatification?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/app/main.py b/backend/app/main.py index a60928e..98a3639 100644 --- a/backend/app/main.py +++ b/backend/app/main.py @@ -114,7 +114,7 @@ def create_request( # Send notification to Telegram (non-blocking) try: - send_notification(notification_data) + await send_notification(notification_data) except Exception as e: print(f"Failed to send Telegram notification: {e}")