From 4c5b1538f3abaeca154ba289406e8e25b2c0fb76 Mon Sep 17 00:00:00 2001 From: ekultek Date: Wed, 6 Dec 2017 09:38:57 -0600 Subject: [PATCH] will now detect the website character encoding, attempt to detect firewalls, attempt to detect plugins, also will now only use 1 request (2 if firewall is detected) --- lib/header_check/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/header_check/__init__.py b/lib/header_check/__init__.py index d642f8b..336753e 100644 --- a/lib/header_check/__init__.py +++ b/lib/header_check/__init__.py @@ -7,7 +7,6 @@ from xml.dom import minidom from requests.exceptions import ConnectionError from var.auto_issue.github import request_issue_creation -from lib.core.decorators import cache from lib.core.common import ( write_to_log_file, shutdown,