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

Рабочая версия без веб админки

This commit is contained in:
1
2024-12-25 14:10:38 +06:00
parent e0f1e68f8b
commit f9924eb28f

View File

@@ -25,7 +25,7 @@ async def send_request_notification(request_data: dict):
reply_markup=keyboard,
)
except Exception as e:
logger.error(f"Error sending Telegram notification1: {e}", exc_info=True)
logger.error(f"Error sending Telegram notification: {e}", exc_info=True)
raise