fix
This commit is contained in:
@@ -7,6 +7,7 @@ class Settings(BaseSettings):
|
||||
telegram_bot_token: str
|
||||
telegram_chat_id: str
|
||||
telegram_message_thread_id: int
|
||||
cors_origins: str = '*'
|
||||
|
||||
|
||||
settings = Settings()
|
||||
|
||||
Reference in New Issue
Block a user