Less window timing and sessions change
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user