Https load error, and incorrect variable name

This commit is contained in:
Jared Moore 2017-08-07 09:57:56 -05:00
parent d535950994
commit c8db6d3568
2 changed files with 3 additions and 3 deletions

View file

@ -179,7 +179,7 @@ class ServerConnection(HTTPClient):
self.plugins.hook() self.plugins.hook()
if logging.getLevelName(log.getEffectiveLevel()) == "DEBUG": if logging.getLevelName(log.getEffectiveLevel()) == "DEBUG":
for header, value in self.client.headers.iteritems(): for header, value in self.headers.iteritems():
log.debug("Receiving header: ({}: {})".format(header, value)) log.debug("Receiving header: ({}: {})".format(header, value))
def handleResponsePart(self, data): def handleResponsePart(self, data):

View file

@ -1,4 +1,4 @@
git+git://github.com/kti/python-netfilterqueue git+https://github.com/kti/python-netfilterqueue
pyinotify pyinotify
pycrypto pycrypto
pyasn1 pyasn1