- +1 minor fix
This commit is contained in:
parent
9f10bf6947
commit
d0bae36d83
|
|
@ -360,7 +360,7 @@ def run_probe():
|
||||||
|
|
||||||
# Did we fetch anything ?
|
# Did we fetch anything ?
|
||||||
if new_tasks:
|
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.
|
# Merge with existing ones. Some tasks can be removed, some can be add.
|
||||||
changed = TASK_LIST.merge_with(incoming_tasklist = new_tasks)
|
changed = TASK_LIST.merge_with(incoming_tasklist = new_tasks)
|
||||||
CACHE.put_tasks(name=BackendServer.phone.name, tasks=TASK_LIST)
|
CACHE.put_tasks(name=BackendServer.phone.name, tasks=TASK_LIST)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue