From 0d5820932fd12b3e533fd2d18a420225e48dbf78 Mon Sep 17 00:00:00 2001 From: bwees Date: Wed, 19 Oct 2022 18:45:43 -0400 Subject: [PATCH] rename branch --- changedetectionio/fetch_site_status.py | 1 - 1 file changed, 1 deletion(-) 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():