Fix error when viewing extended details of SSL flow.
This commit is contained in:
parent
aa708a2d28
commit
40d63c9e7a
|
@ -49,7 +49,7 @@ class FlowDetailsView(urwid.ListBox):
|
|||
text.append(title)
|
||||
|
||||
if self.flow.response:
|
||||
c = self.flow.response.get_cert()
|
||||
c = self.flow.response.cert
|
||||
if c:
|
||||
text.append(urwid.Text([("head", "Server Certificate:")]))
|
||||
parts = [
|
||||
|
|
Loading…
Reference in New Issue