Adjust notes
This commit is contained in:
parent
e142143fad
commit
5773cc3d36
@ -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
|
||||||
|
Reference in New Issue
Block a user