mirror of
https://github.com/mitmproxy/mitmproxy.git
synced 2024-11-23 05:09:57 +00:00
Additional fix for compatibility with Urwid >0.9.9
This commit is contained in:
parent
bfa8532bb9
commit
70b0bddc85
@ -429,7 +429,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 prompt(self, prompt):
|
||||
self.ab.prompt(prompt)
|
||||
|
Loading…
Reference in New Issue
Block a user