aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2018-03-18 21:02:53 +0100
committerGitHub <noreply@github.com>2018-03-18 21:02:53 +0100
commita148b52548df8698e63ca22897d133c708613ee9 (patch)
treeddf4dac10724fb44352496ca6a639e8bd83377c3
parentef1c1239dc5d7e5960018729b545088378526710 (diff)
downloadmitmproxy-a148b52548df8698e63ca22897d133c708613ee9.tar.gz
mitmproxy-a148b52548df8698e63ca22897d133c708613ee9.tar.bz2
mitmproxy-a148b52548df8698e63ca22897d133c708613ee9.zip
minor improvements
-rw-r--r--mitmproxy/tools/console/statusbar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mitmproxy/tools/console/statusbar.py b/mitmproxy/tools/console/statusbar.py
index 47c7c163..fa987e94 100644
--- a/mitmproxy/tools/console/statusbar.py
+++ b/mitmproxy/tools/console/statusbar.py
@@ -191,7 +191,7 @@ class StatusBar(urwid.WidgetWrap):
r.append(("heading_key", "H"))
r.append("eaders]")
if len(self.master.options.replacements):
- r.append("[ %d replacements]" % (len(self.master.options.replacements)))
+ r.append("[%d replacements]" % len(self.master.options.replacements))
if creplay.count():
r.append("[")
r.append(("heading_key", "cplayback"))