diff options
author | 2023-05-06 13:05:36 +0100 | |
---|---|---|
committer | 2023-05-06 13:20:47 +0100 | |
commit | f300ca786a0814f9b6656b275a4aaf95279fb30a (patch) | |
tree | b69c062f494354b87c30c883dfe73e697c7a5c31 /bot/constants.py | |
parent | use `get_secret_value` for client token (diff) |
remove wolfram key from Tokens class
Diffstat (limited to 'bot/constants.py')
-rw-r--r-- | bot/constants.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/constants.py b/bot/constants.py index c16faa9b..a484b4c9 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -294,7 +294,6 @@ class _Tokens(EnvConfig): igdb_client_secret: SecretStr = "" github: SecretStr = "" unsplash: SecretStr = "" - wolfram: SecretStr = "" Tokens = _Tokens() |