rebase codebase, delete trunk, move threads to backend

This commit is contained in:
2025-01-14 16:20:08 +01:00
parent fba652006f
commit 08cd18f3f1
106 changed files with 1604 additions and 1057 deletions

View File

@@ -6,7 +6,7 @@ paragraphs = wordDoc.tables
for table in paragraphs:
for column in table.columns:
cellcount = 0
for cell in column.cells:
for _cell in column.cells:
if cellcount < 12:
cellcount += 1
# print(f"cell:{cell.text}")