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: