This commit is contained in:
Maximilian Hils 2016-02-27 02:13:26 +01:00
parent bfbcbfd737
commit 679c97ec3e

View File

@ -22,7 +22,7 @@ def flowdetails(state, flow):
if sc is not None:
text.append(urwid.Text([("head", "Server Connection:")]))
parts = [
["Address", "%s:%s" % sc.address()],
["Address", repr(sc.address)],
]
text.extend(
@ -79,8 +79,7 @@ def flowdetails(state, flow):
text.append(urwid.Text([("head", "Client Connection:")]))
parts = [
["Address", "%s:%s" % cc.address()],
# ["Requests", "%s"%cc.requestcount],
["Address", repr(cc.address)],
]
text.extend(