aboutsummaryrefslogtreecommitdiffstats
path: root/examples/read_dumpfile
diff options
context:
space:
mode:
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."