diff options
author | 2023-05-06 13:19:00 +0100 | |
---|---|---|
committer | 2023-05-06 13:20:47 +0100 | |
commit | 17a8ecbce9f802b888df60d7b3aa669900f86cc8 (patch) | |
tree | aa215b6840a2df520f18be414e0401cca7aefacc /bot | |
parent | remove wolfram key from Tokens class (diff) |
remove `.env.server` env file
Diffstat (limited to 'bot')
-rw-r--r-- | bot/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/constants.py b/bot/constants.py index a484b4c9..a5f12fe2 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -42,7 +42,7 @@ class EnvConfig(BaseSettings): class Config: """Specify what .env files to load, and how to load them.""" - env_file = ".env.server", ".env", + env_file = ".env", env_file_encoding = "utf-8" |