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

Cейчас точно заработает3

This commit is contained in:
1
2024-12-25 14:08:35 +06:00
parent 7034c1ce54
commit e0f1e68f8b

View File

@@ -19,13 +19,13 @@ async def send_request_notification(request_data: dict):
async with AiohttpSession() as session:
bot.session = session
await bot.send_message(
chat_id=settings.TELEGRAM_CHAT_ID,
chat_id=5057752127,
text=message,
parse_mode="HTML",
reply_markup=keyboard,
)
except Exception as e:
logger.error(f"Error sending Telegram notification: {e}", exc_info=True)
logger.error(f"Error sending Telegram notification1: {e}", exc_info=True)
raise