1
0
mirror of https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git synced 2025-08-14 00:25:46 +02:00

Починка send_natification

This commit is contained in:
MoonTestUse1
2024-12-26 04:29:45 +06:00
parent fbb0729f90
commit b525cc1e34

View File

@@ -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}")