Add note
This commit is contained in:
parent
1588f3c86c
commit
e52ec43939
@ -207,5 +207,6 @@ def _removeOutdatedServices():
|
||||
"$lte": datetime.now()
|
||||
}
|
||||
}
|
||||
## Important to actually call delete here!!!!
|
||||
postCount = mongo.getLength("timetable")
|
||||
log.out(f"timetable._removeOutdatedServices: Removed {preCount - postCount} out of date services", "DBUG")
|
Reference in New Issue
Block a user