updated Readme, added finish() to SJ plugin

This commit is contained in:
byt3bl33d3r 2014-11-29 16:37:41 +01:00
parent c44d53ca48
commit 78dcfc0383
4 changed files with 12 additions and 10 deletions

View file

@ -54,7 +54,7 @@ class ServerConnection(HTTPClient):
def sendRequest(self):
if self.command == 'GET':
logging.info("%s Sending Request: %s %s" % (self.client.getClientIP(), self.command, self.headers['host']))
logging.info("%s Sending Request: %s" % (self.client.getClientIP(), self.headers['host']))
self.plugins.hook()
self.sendCommand(self.command, self.uri)