- +1 minor fix
This commit is contained in:
@@ -360,7 +360,7 @@ def run_probe():
|
||||
|
||||
# Did we fetch anything ?
|
||||
if new_tasks:
|
||||
utils.log(f' Task list found in cache.')
|
||||
utils.log(f' Task list found.')
|
||||
# Merge with existing ones. Some tasks can be removed, some can be add.
|
||||
changed = TASK_LIST.merge_with(incoming_tasklist = new_tasks)
|
||||
CACHE.put_tasks(name=BackendServer.phone.name, tasks=TASK_LIST)
|
||||
|
||||
Reference in New Issue
Block a user