From 5773cc3d363af2bb9bb6d6ef02bc5b08a040f82c Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Fri, 26 May 2023 21:07:18 +0100 Subject: [PATCH] Adjust notes --- src/timetable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/timetable.py b/src/timetable.py index 4022f6f..5f8c3c8 100644 --- a/src/timetable.py +++ b/src/timetable.py @@ -51,6 +51,7 @@ def getTimetable(full = False): def parseTimetable(data): ## Parse the update file + ## Check how the downloaded data is displayed return def runUpdate(): @@ -64,5 +65,4 @@ def runUpdate(): else: log.out("timetable.runUpdate: timetable update is not needed") return "done" - ## Check how the downloaded data is displayed ## Check what happens if there is no update