From 59a578fb2d5fdc722b01b57d61b0c8e3c755f8ac Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sun, 15 Mar 2026 10:23:38 +0100 Subject: [PATCH] Update health_persistence.py --- AppImage/scripts/health_persistence.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/AppImage/scripts/health_persistence.py b/AppImage/scripts/health_persistence.py index 3bfbec29..869ab5f5 100644 --- a/AppImage/scripts/health_persistence.py +++ b/AppImage/scripts/health_persistence.py @@ -895,11 +895,11 @@ class HealthPersistence: rows = cursor.fetchall() conn.close() - - dismissed = [] - now = datetime.now() - - for row in rows: + + dismissed = [] + now = datetime.now() + + for row in rows: error_dict = dict(row) if error_dict.get('details'): try: