aboutsummaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
authorGravatar S. Co1 <[email protected]>2019-11-25 17:07:06 -0500
committerGravatar S. Co1 <[email protected]>2019-11-25 17:07:06 -0500
commitdaac80416305a669ca1afb0317c690b02200beed (patch)
tree5c35126e9d65cf08e6d7977c2efdf8f7570722df /bot
parentyear binds to datetime instead of a magic number (diff)
Update leaderboard ID
Diffstat (limited to 'bot')
-rw-r--r--bot/constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/constants.py b/bot/constants.py
index 9ea026ca..5087119c 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -14,7 +14,7 @@ log = logging.getLogger(__name__)
class AdventOfCode:
leaderboard_cache_age_threshold_seconds = 3600
- leaderboard_id = 363275
+ leaderboard_id = 631135
leaderboard_join_code = str(environ.get("AOC_JOIN_CODE", None))
leaderboard_max_displayed_members = 10
year = datetime.utcnow().year