mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-05-17 04:36:57 +00:00
no need to print rows each time (verbose)
This commit is contained in:
parent
57f53c95ea
commit
05e66faebc
1 changed files with 1 additions and 1 deletions
|
@ -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}")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue