mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-09-27 07:46:22 +00:00
trying to resolve json cast issue
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -42,7 +42,6 @@ class update_worker(threading.Thread):
|
||||
now = time.time()
|
||||
|
||||
try:
|
||||
|
||||
changed_detected, update_obj, contents = update_handler.run(uuid)
|
||||
|
||||
# Re #342
|
||||
|
||||
Reference in New Issue
Block a user