- +1 minor fix

This commit is contained in:
Dmytro Bogovych 2023-08-22 15:02:09 +03:00
parent 9f10bf6947
commit d0bae36d83
1 changed files with 1 additions and 1 deletions

View File

@ -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)