From 5bdfa9985c85a1bb2a34a758bea135b01e05ed52 Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 19 Jun 2018 10:04:55 -0400 Subject: [PATCH] Small adjustments for csv export (again) --- export.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/export.py b/export.py index 55b07f7..91fe01a 100644 --- a/export.py +++ b/export.py @@ -34,4 +34,4 @@ def export(outfile="out.csv"): print("Compressed to " + str(os.path.getsize(outfile + ".xz")) + " bytes") -export("static/export.csv") +export("static/out.csv")