Compare commits

...

1 Commits

Author SHA1 Message Date
dgtlmoon
09c412a979 Update filter not found message to be more explanatory 2023-05-28 11:48:19 +02:00

View File

@@ -238,7 +238,7 @@ class update_worker(threading.Thread):
if not self.datastore.data['watching'].get(uuid):
continue
err_text = "Warning, no filters were found, no change detection ran."
err_text = "Warning, no filters were found, no change detection ran - Did the page change layout? update your Visual Filter if necessary."
self.datastore.update_watch(uuid=uuid, update_obj={'last_error': err_text})
# Only when enabled, send the notification