aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py
diff options
context:
space:
mode:
authorGravatar Kronifer <[email protected]>2021-03-02 21:39:01 -0600
committerGravatar Kronifer <[email protected]>2021-03-02 21:39:01 -0600
commit0260ad04af6e98c7fd804c58913412b6b936eb73 (patch)
tree4433a3f2dfe6a9c6a99a922e1ba8d7cf3d5f67b6 /bot/constants.py
parentUpdate earth_photos.py (diff)
finished function
Diffstat (limited to 'bot/constants.py')
-rw-r--r--bot/constants.py1
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):