works again
This commit is contained in:
parent
75c374dedf
commit
186e7ab9a0
2 changed files with 11 additions and 3 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue