can I get a hamburger please?

This commit is contained in:
SowinskiBraeden committed 2026-06-22 22:59:10 -07:00
1 parent 263cd0a6d3
commit 5d88180e02
4 files changed
+32 -41

No files matched your search

+1 -1
View File
@@ -8,7 +8,7 @@ BASE_DIR = Path(__file__).resolve().parent
DATA_PATH = BASE_DIR / "data" / "entries.csv"
ELIGIBLE_MIN_SESSIONS = 3
APP_VERSION = "1.8.4"
APP_VERSION = "1.8.6"
def load_local_env(env_path: Path) -> None: