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)

This commit is contained in:
ekultek 2017-12-06 09:38:57 -06:00
parent 3a24e0545d
commit 4c5b1538f3

View file

@ -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,