This commit is contained in:
Nico Schottelius 2016-09-17 04:07:06 +02:00
parent 261e5b876a
commit 10ce69feb9
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ class testHTTPServer_RequestHandler(BaseHTTPRequestHandler):
return root[7].text
def payload(self, data):
myhex = self.payload_hex(data).
myhex = self.payload_hex(data)
return bytes.fromhex(myhex).decode('utf-8')
def insert_xml(self, data):