Remove timetable database creation from sync function
This commit is contained in:
parent
d772d5a34b
commit
d887a46483
1 changed files with 0 additions and 1 deletions
|
@ -65,7 +65,6 @@ def sync(page: ft.Page):
|
|||
start, end = get_current_month_dates()
|
||||
|
||||
timetable = interface.get_timetable(from_=start, to=end)
|
||||
create_timetable_database(lesson_list=timetable)
|
||||
|
||||
def change_page(route):
|
||||
routes = {
|
||||
|
|
Loading…
Add table
Reference in a new issue