allow archive season filtering on leaderboard

This commit is contained in:
SowinskiBraeden committed 2026-06-27 14:21:55 -07:00
1 parent 0411a0d099
commit 42a9595966
2 files changed
+4 -4

No files matched your search

+1 -1
View File
@@ -9,7 +9,7 @@ DATA_PATH = BASE_DIR / "data" / "entries.csv"
DEFAULT_DATABASE_URL = f"sqlite:///{BASE_DIR / 'data' / 'boker-dev.sqlite3'}"
ELIGIBLE_MIN_SESSIONS = 3
APP_VERSION = "2.5.19"
APP_VERSION = "2.5.20"
def load_local_env(env_path: Path) -> None: