Update health_persistence.py

This commit is contained in:
MacRimi
2026-03-15 10:23:38 +01:00
parent 91c3f3520b
commit 59a578fb2d

View File

@@ -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: