diff --git a/kappa123/server/runs.py b/kappa123/server/runs.py index d77942f..67949c0 100644 --- a/kappa123/server/runs.py +++ b/kappa123/server/runs.py @@ -9,7 +9,7 @@ import logging CACHE_AGE_MAX = 600 CACHE_LOCATION='/tmp/runs.json' -TRACKER_URL='https://gamesdonequick.com/tracker/search/?type=run&event=20' +TRACKER_URL='https://gamesdonequick.com/tracker/search/?type=run&event=22' logger = logging.getLogger(__name__)