aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlymanZerga11 <lymanZerga11@users.noreply.github.com>2017-03-06 23:19:39 +0800
committerGitHub <noreply@github.com>2017-03-06 23:19:39 +0800
commitfd5079b8a6da1a162f6209d27f1f075f91858108 (patch)
treecb28f94395bbff2ec8b5052b2e29688ac0a9b266
parent22154dee5c4ecec5eb9ef0fb1a2ce98fd0d39ecd (diff)
downloadmitmproxy-fd5079b8a6da1a162f6209d27f1f075f91858108.tar.gz
mitmproxy-fd5079b8a6da1a162f6209d27f1f075f91858108.tar.bz2
mitmproxy-fd5079b8a6da1a162f6209d27f1f075f91858108.zip
Update flowlist.py
-rw-r--r--mitmproxy/tools/console/flowlist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mitmproxy/tools/console/flowlist.py b/mitmproxy/tools/console/flowlist.py
index 83ad63f3..d2e28d35 100644
--- a/mitmproxy/tools/console/flowlist.py
+++ b/mitmproxy/tools/console/flowlist.py
@@ -68,7 +68,7 @@ class LogBufferBox(urwid.ListBox):
self.set_focus(0)
elif key == "F":
o = self.master.options
- o.focus_follow = not o.focus_follow
+ o.console_focus_follow = not o.console_focus_follow
return urwid.ListBox.keypress(self, size, key)