aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Sebastiaan Zeeff <[email protected]>2020-11-30 13:50:34 +0100
committerGravatar Sebastiaan Zeeff <[email protected]>2020-11-30 14:04:09 +0100
commitb0e30c21f0638a0b45096a01a00327acee51b46d (patch)
treefa49d557a5c340a50fd6c40af030c7cc65b63684
parentMerge branch 'master' into ks123/advent-of-code (diff)
Remove constants replaced by AOC_LEADERBOARDS
There were still two constants left over that were no longer used after the rewrite. I've removed them.
-rw-r--r--bot/constants.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/bot/constants.py b/bot/constants.py
index cb5a91cc..292a242a 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -232,9 +232,6 @@ class Roles(NamedTuple):
class Tokens(NamedTuple):
giphy = environ.get("GIPHY_TOKEN")
- # Public AoC cookies in environment must be in the same order as AdventOfCode.leaderboard_public_ids
- aoc_public_session_cookies = environ.get("AOC_PUBLIC_SESSION_COOKIES", "").split(",")
- aoc_staff_session_cookie = environ.get("AOC_STAFF_SESSION_COOKIE")
omdb = environ.get("OMDB_API_KEY")
youtube = environ.get("YOUTUBE_API_KEY")
tmdb = environ.get("TMDB_API_KEY")