UI + Fetching - Improving helper message when filter contains only an image (adding link to more help)

This commit is contained in:
dgtlmoon
2023-09-26 14:10:07 +02:00
parent e30b17b8bc
commit 7282df9c08
2 changed files with 4 additions and 1 deletions

View File

@@ -257,7 +257,7 @@ class update_worker(threading.Thread):
has_img = html_tools.include_filters(include_filters='img',
html_content=e.html_content)
if has_img:
extra_help = ", it's possible that the filters you have give an empty result or contain only an image <a href=\"https://github.com/dgtlmoon/changedetection.io/wiki/Detecting-changes-in-images\">more help here</a>."
extra_help = ", it's possible that the filters you have give an empty result or contain only an image."
else:
extra_help = ", it's possible that the filters were found, but contained no usable text."