Remove task ID from completion notification message
This commit is contained in:
parent
95c294556c
commit
395d01fe4a
1 changed files with 0 additions and 1 deletions
|
|
@ -342,7 +342,6 @@ class Tasks(metaclass=Singleton):
|
|||
),
|
||||
title=f"Task '{task.name}' completed",
|
||||
message=f"Task '{task.name}' completed at '{timeNow}'",
|
||||
id=task.id,
|
||||
)
|
||||
except Exception as e:
|
||||
LOG.error(f"Failed to execute '{task.name}' at '{timeNow}'. '{e!s}'.")
|
||||
|
|
|
|||
Loading…
Reference in a new issue