Update health_persistence.py

This commit is contained in:
MacRimi
2026-03-15 10:13:44 +01:00
parent e169200f40
commit 91c3f3520b

View File

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