Adjust notes

This commit is contained in:
Fred Boniface 2023-05-26 21:07:18 +01:00
parent e142143fad
commit 5773cc3d36

View File

@ -51,6 +51,7 @@ def getTimetable(full = False):
def parseTimetable(data): def parseTimetable(data):
## Parse the update file ## Parse the update file
## Check how the downloaded data is displayed
return return
def runUpdate(): def runUpdate():
@ -64,5 +65,4 @@ def runUpdate():
else: else:
log.out("timetable.runUpdate: timetable update is not needed") log.out("timetable.runUpdate: timetable update is not needed")
return "done" return "done"
## Check how the downloaded data is displayed
## Check what happens if there is no update ## Check what happens if there is no update