From c47a7ba2a5599286e9829e5c62741c7c8a4fc4f0 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sun, 22 Mar 2026 15:02:29 +0100 Subject: [PATCH] Update notification_events.py --- AppImage/scripts/notification_events.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/AppImage/scripts/notification_events.py b/AppImage/scripts/notification_events.py index 2ea148f3..ca975c63 100644 --- a/AppImage/scripts/notification_events.py +++ b/AppImage/scripts/notification_events.py @@ -1396,10 +1396,10 @@ class TaskWatcher: # 2. Check active file for newly started tasks (backup start) self._check_active_tasks() - except Exception as e: - print(f"[TaskWatcher] Error reading task log: {e}") - - time.sleep(5) # Check every 5 seconds (reduced from 2s for efficiency) + except Exception as e: + print(f"[TaskWatcher] Error reading task log: {e}") + + time.sleep(5) # Check every 5 seconds (reduced from 2s for efficiency) def _check_active_tasks(self): """Scan /var/log/pve/tasks/active to track vzdump for VM suppression.