first release of comapny-data app

This commit is contained in:
2026-03-31 22:07:11 +02:00
parent c033456bf8
commit 2f34b9b8be
12 changed files with 1434 additions and 10 deletions
+1
View File
@@ -206,6 +206,7 @@ def write_repaired_csv(rows):
writer.writerows(rows)
def write_broken_csv(header, rows):
print("write broken")
with open(BUYERS_BROKEN, "w", newline="", encoding="utf-8") as f:
writer = csv.writer(f)
writer.writerow(header)