More window timing

This commit is contained in:
kbe
2025-07-29 00:06:03 +02:00
parent 7b4d66c779
commit d2b63ea807

View File

@@ -33,7 +33,7 @@ APPLICATION_ID = "81560887"
CATEGORY_ID = "677" # Activity category ID for CrossFit CATEGORY_ID = "677" # Activity category ID for CrossFit
TIMEZONE = "Europe/Paris" # Adjust to your timezone TIMEZONE = "Europe/Paris" # Adjust to your timezone
TARGET_RESERVATION_TIME = "20:01" # When bookings open (8 PM) TARGET_RESERVATION_TIME = "20:01" # When bookings open (8 PM)
BOOKING_WINDOW_END_DELTA_MINUTES = 10 # End window book session BOOKING_WINDOW_END_DELTA_MINUTES = 30 # End window book session
DEVICE_TYPE = "3" DEVICE_TYPE = "3"
# Retry configuration # Retry configuration