Small adjustments for csv export (again)

This commit is contained in:
Simon 2018-06-19 10:04:55 -04:00
parent 4f5f0f76be
commit 5bdfa9985c

View File

@ -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")