diff options
Diffstat (limited to '')
| -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 a436f17d..295bb90b 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -192,7 +192,7 @@ class Tokens(NamedTuple):  class Wolfram(NamedTuple):      user_limit_day = int(environ.get("WOLFRAM_USER_LIMIT_DAY", 10))      guild_limit_day = int(environ.get("WOLFRAM_GUILD_LIMIT_DAY", 67)) -    key = environ.get("WOLFRAM_API_KEY", None) +    key = environ.get("WOLFRAM_API_KEY")  # Default role combinations | 
