no need to print rows each time (verbose)

This commit is contained in:
root 2025-03-25 08:24:05 +01:00
parent 57f53c95ea
commit 05e66faebc

View file

@ -597,7 +597,7 @@ Maintenance:
rows2delete= [] # it is an empty list at first rows2delete= [] # it is an empty list at first
for i,j in csvdf.iterrows(): for i,j in csvdf.iterrows():
row=csvdf.loc[i,:].values.tolist() row=csvdf.loc[i,:].values.tolist()
print_colors(f"{row}") #print_colors(f"{row}")