aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/web
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2015-06-01 12:32:03 +1200
committerAldo Cortesi <aldo@nullcube.com>2015-06-01 12:32:03 +1200
commit7439e244a6ac0bc5ef4ffcbfbf312b91373de0ef (patch)
treea4131e57c04eef26db39c57e79a69899f6e06069 /libmproxy/web
parent50df036db5bd38a2639955674726a70cc643f32d (diff)
parentc28cc6fe96becc3dae860f0abca4b00149372743 (diff)
downloadmitmproxy-7439e244a6ac0bc5ef4ffcbfbf312b91373de0ef.tar.gz
mitmproxy-7439e244a6ac0bc5ef4ffcbfbf312b91373de0ef.tar.bz2
mitmproxy-7439e244a6ac0bc5ef4ffcbfbf312b91373de0ef.zip
Merge branch 'master' of ssh.github.com:mitmproxy/mitmproxy
Diffstat (limited to 'libmproxy/web')
-rw-r--r--libmproxy/web/app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmproxy/web/app.py b/libmproxy/web/app.py
index 69341e76..29ae9e7a 100644
--- a/libmproxy/web/app.py
+++ b/libmproxy/web/app.py
@@ -232,7 +232,7 @@ class Settings(RequestHandler):
self.state.set_intercept(v)
update[k] = v
else:
- print "Warning: Unknown setting {}: {}".format(k, v)
+ print("Warning: Unknown setting {}: {}".format(k, v))
ClientConnection.broadcast(
type="settings",