diff --git a/src/agent_gsm.py b/src/agent_gsm.py index ea00c44..e2775c4 100644 --- a/src/agent_gsm.py +++ b/src/agent_gsm.py @@ -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)