Skip to content

Commit

Permalink
Убрана лишняя переменная в конфиге
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterGroosha committed Aug 25, 2022
1 parent 5fa7190 commit 35dacc6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bot/config_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ class Settings(BaseSettings):
bot_token: SecretStr
admin_chat_id: int
remove_sent_confirmation: bool
webhook_enabled: bool = False
webhook_domain: Optional[str]
webhook_path: Optional[str]
app_host: Optional[str] = "0.0.0.0"
Expand Down

0 comments on commit 35dacc6

Please sign in to comment.