From 7b4d66c77977df24186bc2c310235bae40044ae5 Mon Sep 17 00:00:00 2001 From: kbe Date: Sat, 26 Jul 2025 09:13:06 +0200 Subject: [PATCH] 10 minutes window end --- crossfit_booker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crossfit_booker.py b/crossfit_booker.py index ebb4bfc..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 = 50 # End window book session +BOOKING_WINDOW_END_DELTA_MINUTES = 10 # End window book session DEVICE_TYPE = "3" # Retry configuration