mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-04-30 11:26:23 +00:00
Update health_persistence.py
This commit is contained in:
@@ -896,10 +896,10 @@ class HealthPersistence:
|
|||||||
rows = cursor.fetchall()
|
rows = cursor.fetchall()
|
||||||
conn.close()
|
conn.close()
|
||||||
|
|
||||||
dismissed = []
|
dismissed = []
|
||||||
now = datetime.now()
|
now = datetime.now()
|
||||||
|
|
||||||
for row in rows:
|
for row in rows:
|
||||||
error_dict = dict(row)
|
error_dict = dict(row)
|
||||||
if error_dict.get('details'):
|
if error_dict.get('details'):
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user