UI/Fetching - Update "Filter not found" message to be more explanatory/helpful (#1602)

pull/1604/head
dgtlmoon 2 years ago committed by GitHub
parent 247db22a33
commit ba8d2e0c2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -238,7 +238,7 @@ class update_worker(threading.Thread):
if not self.datastore.data['watching'].get(uuid): if not self.datastore.data['watching'].get(uuid):
continue 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}) self.datastore.update_watch(uuid=uuid, update_obj={'last_error': err_text})
# Only when enabled, send the notification # Only when enabled, send the notification

Loading…
Cancel
Save