mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-04-18 01:52:20 +00:00
Update health_persistence.py
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user