diff options
author | 2021-03-02 21:39:01 -0600 | |
---|---|---|
committer | 2021-03-02 21:39:01 -0600 | |
commit | 0260ad04af6e98c7fd804c58913412b6b936eb73 (patch) | |
tree | 4433a3f2dfe6a9c6a99a922e1ba8d7cf3d5f67b6 /bot/constants.py | |
parent | Update earth_photos.py (diff) |
finished function
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 db34b55a..f8ea5743 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -271,6 +271,7 @@ class Tokens(NamedTuple): igdb_client_id = environ.get("IGDB_CLIENT_ID") igdb_client_secret = environ.get("IGDB_CLIENT_SECRET") github = environ.get("GITHUB_TOKEN") + unsplash_key = environ.get("UNSPLASH_KEY") class Wolfram(NamedTuple): |