Compare commits

...

1 Commits

Author SHA1 Message Date
dgtlmoon
d4a85976e6 Previous error that is no longer valid was not being cleared 2023-07-11 08:59:23 +02:00

View File

@@ -379,6 +379,9 @@ class update_worker(threading.Thread):
if not self.datastore.data['watching'][uuid].get('ignore_status_codes'):
update_obj['consecutive_filter_failures'] = 0
# Everything ran OK, clean off any previous error
update_obj['last_error'] = False
self.cleanup_error_artifacts(uuid)
#