mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-23 20:00:09 +08:00
Additional fix for compatibility with Urwid >0.9.9
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user