Adaptation nombre de colonne

This commit is contained in:
Ambulance Clerc
2022-05-22 14:20:44 +02:00
parent cedf19b17e
commit cbd7013096

View File

@@ -22,6 +22,6 @@ class cls_Col:
def __init__(self, winbiz = False):
self.data = []
if winbiz == True:
for x in range(130):
for x in range(170):
self.data.append("")