-.
This commit is contained in:
parent
261e5b876a
commit
10ce69feb9
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue