diff --git a/changedetectionio/fetch_site_status.py b/changedetectionio/fetch_site_status.py index c577c563..2fb16ed4 100644 --- a/changedetectionio/fetch_site_status.py +++ b/changedetectionio/fetch_site_status.py @@ -10,7 +10,6 @@ from changedetectionio import content_fetcher, html_tools urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) - # Some common stuff here that can be moved to a base class # (set_proxy_from_list) class perform_site_check():