works again

This commit is contained in:
Fyodor Alyokhin 2026-02-05 01:32:36 +01:00
parent 75c374dedf
commit 186e7ab9a0
2 changed files with 11 additions and 3 deletions

View file

@ -20,9 +20,14 @@ DEFAULT_HEADERS = {
# Booking time slots (in order of priority)
BOOKING_TIMES = [
{
'start': '12:00:00',
'end': '22:00:00'
'start': '08:00:00',
'end': '09:00:00'
},
# {
# 'start': '12:00:00',
# 'end': '22:00:00'
# },
# {
# 'start': '22:30:00',
# 'end': '23:30:00'