1
0
Fork 0
forked from Fuji/Fuji

Remove timetable database creation from sync function

This commit is contained in:
Maarceeli 2025-04-17 08:43:41 +02:00
parent d772d5a34b
commit d887a46483

View file

@ -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 = {