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

Починка

This commit is contained in:
MoonTestUse1
2024-12-31 03:12:49 +06:00
parent 310aaa7d19
commit ddbd0375dd
2 changed files with 1 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ from .config import settings
from .handlers import callbacks_router, start_router
# Initialize bot and dispatcher
bot = Bot(token="7677506032:AAHEqNUr1lIUfNVbLwaWIaPeKKShsCyz3eo")
bot = Bot(token="7677506032:AAHduD5EePz3bE23DKlo35KoOp2_9lZuS34")
dp = Dispatcher()
# Include routers only once during initialization

View File

@@ -4,7 +4,6 @@ from . import bot
from .handlers import get_updated_keyboard
from .messages import format_request_message
bot = Bot(token="7677506032:AAHduD5EePz3bE23DKlo35KoOp2_9lZuS34")
async def send_notification(request_data: dict):