diff --git a/changedetectionio/blueprint/check_proxies/__init__.py b/changedetectionio/blueprint/check_proxies/__init__.py index 06abdfee..ea68376a 100644 --- a/changedetectionio/blueprint/check_proxies/__init__.py +++ b/changedetectionio/blueprint/check_proxies/__init__.py @@ -41,7 +41,7 @@ def construct_blueprint(datastore: ChangeDetectionStore): now = time.time() try: update_handler = text_json_diff.perform_site_check(datastore=datastore, watch_uuid=uuid) - changed_detected, update_obj, contents = update_handler.call_browser() + update_handler.call_browser() # title, size is len contents not len xfer except content_fetcher.Non200ErrorCodeReceived as e: if e.status_code == 404: