trying to resolve json cast issue

This commit is contained in:
dgtlmoon
2022-02-12 18:25:25 +01:00
parent cec24fe2c1
commit dec47d5c43
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -125,6 +125,7 @@ class perform_site_check():
if has_filter_rule:
if 'json:' in css_filter_rule:
stripped_text_from_html = html_tools.extract_json_as_string(content=fetcher.content, jsonpath_filter=css_filter_rule)
original_content_before_filters = stripped_text_from_html
is_text_or_html = False
if is_text_or_html:
-1
View File
@@ -42,7 +42,6 @@ class update_worker(threading.Thread):
now = time.time()
try:
changed_detected, update_obj, contents = update_handler.run(uuid)
# Re #342