diff options
-rw-r--r-- | mitmproxy/tools/console/flowlist.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mitmproxy/tools/console/flowlist.py b/mitmproxy/tools/console/flowlist.py index 8ee2d55d..b26289af 100644 --- a/mitmproxy/tools/console/flowlist.py +++ b/mitmproxy/tools/console/flowlist.py @@ -396,7 +396,7 @@ class FlowListBox(urwid.ListBox): ) elif key == "F": o = self.master.options - o.focus_follow = not o.focus_follow + o.console_focus_follow = not o.console_focus_follow elif key == "v": val = not self.master.options.console_order_reversed self.master.options.console_order_reversed = val |