fixes to error handling output

This commit is contained in:
dgtlmoon
2025-05-14 16:50:58 +02:00
parent def9280ca0
commit 163a2adb82
6 changed files with 30 additions and 19 deletions

View File

@@ -36,6 +36,7 @@ class watch_base(dict):
'include_filters': [],
'last_checked': 0,
'last_error': False,
'last_notification_error': None,
'last_viewed': 0, # history key value of the last viewed via the [diff] link
'method': 'GET',
'notification_alert_count': 0,