From 395d01fe4a48f84029924b8bdf4e58ad30c1d453 Mon Sep 17 00:00:00 2001 From: arabcoders Date: Fri, 18 Jul 2025 00:32:30 +0300 Subject: [PATCH] Remove task ID from completion notification message --- app/library/Tasks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/library/Tasks.py b/app/library/Tasks.py index 896ec42f..287b3ec5 100644 --- a/app/library/Tasks.py +++ b/app/library/Tasks.py @@ -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}'.")