mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-26 02:10:59 +00:00
Merge pull request #523 from tekii/fix-client-replay-key
fixes crash pressing 'c':client-replay in mitmproxy
This commit is contained in:
commit
29e529a69e
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user