diff options
author | 2021-03-04 10:37:53 -0600 | |
---|---|---|
committer | 2021-03-04 10:37:53 -0600 | |
commit | 512a5b3f085510d5862589ecc21bd253cb219207 (patch) | |
tree | 19aa8370867838587fd917270379e08e32159693 /bot/constants.py | |
parent | Changes requested by @ChrisLovering (diff) |
Changes requested by @ChrisLovering
Diffstat (limited to 'bot/constants.py')
-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 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): |