aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/tools/console/statusbar.py
diff options
context:
space:
mode:
Diffstat (limited to 'mitmproxy/tools/console/statusbar.py')
-rw-r--r--mitmproxy/tools/console/statusbar.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mitmproxy/tools/console/statusbar.py b/mitmproxy/tools/console/statusbar.py
index ac991ef1..bdb39013 100644
--- a/mitmproxy/tools/console/statusbar.py
+++ b/mitmproxy/tools/console/statusbar.py
@@ -213,9 +213,9 @@ class StatusBar(urwid.WidgetWrap):
opts.append("anticomp")
if self.master.options.showhost:
opts.append("showhost")
- if not self.master.options.refresh_server_playback:
+ if not self.master.options.server_replay_refresh:
opts.append("norefresh")
- if self.master.options.replay_kill_extra:
+ if self.master.options.server_replay_kill_extra:
opts.append("killextra")
if not self.master.options.upstream_cert:
opts.append("no-upstream-cert")