aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/tools/console/commander/commander.py
diff options
context:
space:
mode:
Diffstat (limited to 'mitmproxy/tools/console/commander/commander.py')
-rw-r--r--mitmproxy/tools/console/commander/commander.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mitmproxy/tools/console/commander/commander.py b/mitmproxy/tools/console/commander/commander.py
index 30e8b13b..e2088e71 100644
--- a/mitmproxy/tools/console/commander/commander.py
+++ b/mitmproxy/tools/console/commander/commander.py
@@ -178,5 +178,5 @@ class CommandEdit(urwid.WidgetWrap):
x, y = calc_coords(self._w.get_text()[0], trans, p)
return x, y
- def get_value(self):
+ def get_edit_text(self):
return self.cbuf.text