fixes crash pressing 'c':client-replay in mitmproxy

This commit is contained in:
Marcelo Glezer 2015-03-17 16:39:52 -03:00
parent 40c242c3f6
commit 75d4563af0

View File

@ -248,7 +248,7 @@ class StatusBar(urwid.WidgetWrap):
return True
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):
return self.ab.path_prompt(prompt, text)