From 91c3f3520ba37c5a22dfd42ac95fcfb14317725e Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sun, 15 Mar 2026 10:13:44 +0100 Subject: [PATCH] Update health_persistence.py --- AppImage/scripts/health_persistence.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AppImage/scripts/health_persistence.py b/AppImage/scripts/health_persistence.py index 188206cc..3bfbec29 100644 --- a/AppImage/scripts/health_persistence.py +++ b/AppImage/scripts/health_persistence.py @@ -892,9 +892,9 @@ class HealthPersistence: WHERE acknowledged = 1 ORDER BY acknowledged_at DESC ''') - - rows = cursor.fetchall() - conn.close() + + rows = cursor.fetchall() + conn.close() dismissed = [] now = datetime.now()