Fix error when viewing extended details of SSL flow.

This commit is contained in:
Aldo Cortesi 2012-07-06 13:33:55 +12:00
parent aa708a2d28
commit 40d63c9e7a
1 changed files with 1 additions and 1 deletions

View File

@ -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 = [