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:06:56 +06:00
parent 1b7a2c7835
commit 7034c1ce54

View File

@@ -3,7 +3,7 @@ from pydantic_settings import BaseSettings
class Settings(BaseSettings):
TELEGRAM_BOT_TOKEN: str = "7677506032:AAHduD5EePz3bE23DKlo35KoOp2_9lZuS34"
TELEGRAM_CHAT_ID: str = "5057752127"
TELEGRAM_CHAT_ID: int = 5057752127
class Config:
env_file = ".env"