aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py
diff options
context:
space:
mode:
authorGravatar Kronifer <[email protected]>2021-03-04 10:37:53 -0600
committerGravatar GitHub <[email protected]>2021-03-04 10:37:53 -0600
commit512a5b3f085510d5862589ecc21bd253cb219207 (patch)
tree19aa8370867838587fd917270379e08e32159693 /bot/constants.py
parentChanges requested by @ChrisLovering (diff)
Changes requested by @ChrisLovering
Diffstat (limited to 'bot/constants.py')
-rw-r--r--bot/constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/constants.py b/bot/constants.py
index c570b17f..721defc8 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -272,7 +272,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")
+ unsplash_access_key = environ.get("UNSPLASH_KEY")
class Wolfram(NamedTuple):