From 90923b0f1c3cde9e7b09287eff2f97708d5d52e8 Mon Sep 17 00:00:00 2001 From: kbe Date: Tue, 29 Jul 2025 00:10:06 +0200 Subject: [PATCH] Less window timing and sessions change --- crossfit_booker.py | 2 +- preferred_sessions.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crossfit_booker.py b/crossfit_booker.py index 9d68eb9..7582fb8 100644 --- a/crossfit_booker.py +++ b/crossfit_booker.py @@ -33,7 +33,7 @@ APPLICATION_ID = "81560887" CATEGORY_ID = "677" # Activity category ID for CrossFit TIMEZONE = "Europe/Paris" # Adjust to your timezone TARGET_RESERVATION_TIME = "20:01" # When bookings open (8 PM) -BOOKING_WINDOW_END_DELTA_MINUTES = 30 # End window book session +BOOKING_WINDOW_END_DELTA_MINUTES = 10 # End window book session DEVICE_TYPE = "3" # Retry configuration diff --git a/preferred_sessions.json b/preferred_sessions.json index d327876..0fe230b 100644 --- a/preferred_sessions.json +++ b/preferred_sessions.json @@ -1,7 +1,7 @@ [ { "day_of_week": 2, - "start_time": "18:30", + "start_time": "17:30", "session_name_contains": "CONDITIONING" }, { @@ -14,4 +14,4 @@ "start_time": "12:30", "session_name_contains": "HYROX" } -] \ No newline at end of file +]