aboutsummaryrefslogtreecommitdiffstats
path: root/examples/read_dumpfile
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 /examples/read_dumpfile
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 'examples/read_dumpfile')
-rw-r--r--examples/read_dumpfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/read_dumpfile b/examples/read_dumpfile
index 9da604cc..2238d2d2 100644
--- a/examples/read_dumpfile
+++ b/examples/read_dumpfile
@@ -14,6 +14,6 @@ with open("logfile", "rb") as logfile:
print(f)
print(f.request.host)
json.dump(f.get_state(), sys.stdout, indent=4)
- print ""
+ print("")
except flow.FlowReadError as v:
print "Flow file corrupted. Stopped loading."