Added more timeslots for more learn sessions! Hard times…
This commit is contained in:
parent
24cbe76cfc
commit
30a7d5a21f
1 changed files with 6 additions and 2 deletions
8
main.py
8
main.py
|
|
@ -36,9 +36,13 @@ def main():
|
||||||
'end': '18:00:00'
|
'end': '18:00:00'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'start': '09:00:00',
|
'start': '08:00:00',
|
||||||
'end': '12:00:00'
|
'end': '12:00:00'
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
'start': '19:00:00',
|
||||||
|
'end': '21:00:00'
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
for time_ in times:
|
for time_ in times:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue