rebase codebase, delete trunk, move threads to backend
This commit is contained in:
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user