mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
Cейчас точно заработает3
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user