For testing.

This commit is contained in:
Yaro Kasear 2025-04-10 15:06:39 -05:00
parent c38d283cfa
commit 07ca7ddcfd

View file

@ -51,6 +51,8 @@ def main():
finally:
cap.close()
return
with open(args.csv, newline='') as infile, open(args.output, 'w', newline='', encoding='utf-8') as outfile:
reader = csv.DictReader(infile)
fieldnames = reader.fieldnames + [