diff options
author | 2020-02-29 11:23:29 +0200 | |
---|---|---|
committer | 2020-02-29 11:23:29 +0200 | |
commit | 5b05592688372130dafe1ea6087a0cf25faf640e (patch) | |
tree | 1017ab5179a3882d43c5196453468d8ff7ca5012 /bot/constants.py | |
parent | Added Space Cog (diff) |
Added NASA API Key to constants.py
Diffstat (limited to 'bot/constants.py')
-rw-r--r-- | bot/constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py index f0656926..fafe3c04 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -134,6 +134,7 @@ class Tokens(NamedTuple): omdb = environ.get("OMDB_API_KEY") youtube = environ.get("YOUTUBE_API_KEY") tmdb = environ.get("TMDB_API_KEY") + nasa = environ.get("NASA_API_KEY") # Default role combinations |