Merge pull request #523 from tekii/fix-client-replay-key

fixes crash pressing 'c':client-replay in mitmproxy
This commit is contained in:
Maximilian Hils 2015-03-17 21:43:21 +01:00
commit 29e529a69e

View File

@ -248,7 +248,7 @@ class StatusBar(urwid.WidgetWrap):
return True return True
def get_edit_text(self): def get_edit_text(self):
return self.ab.w.get_edit_text() return self.ab._w.get_edit_text()
def path_prompt(self, prompt, text): def path_prompt(self, prompt, text):
return self.ab.path_prompt(prompt, text) return self.ab.path_prompt(prompt, text)