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()