Less window timing and sessions change

This commit is contained in:
kbe
2025-07-29 00:10:06 +02:00
parent d2b63ea807
commit 90923b0f1c
2 changed files with 3 additions and 3 deletions

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 = 30 # End window book session BOOKING_WINDOW_END_DELTA_MINUTES = 10 # End window book session
DEVICE_TYPE = "3" DEVICE_TYPE = "3"
# Retry configuration # Retry configuration

View File

@@ -1,7 +1,7 @@
[ [
{ {
"day_of_week": 2, "day_of_week": 2,
"start_time": "18:30", "start_time": "17:30",
"session_name_contains": "CONDITIONING" "session_name_contains": "CONDITIONING"
}, },
{ {
@@ -14,4 +14,4 @@
"start_time": "12:30", "start_time": "12:30",
"session_name_contains": "HYROX" "session_name_contains": "HYROX"
} }
] ]