Remove task ID from completion notification message

This commit is contained in:
arabcoders 2025-07-18 00:32:30 +03:00
parent 95c294556c
commit 395d01fe4a

View file

@ -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}'.")