From 05e66faebcc9c8b82f509aa41a25bd36ebb49ad4 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 25 Mar 2025 08:24:05 +0100 Subject: [PATCH] no need to print rows each time (verbose) --- scripts/lantern.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lantern.py b/scripts/lantern.py index eae5256..5cb31d7 100644 --- a/scripts/lantern.py +++ b/scripts/lantern.py @@ -597,7 +597,7 @@ Maintenance: rows2delete= [] # it is an empty list at first for i,j in csvdf.iterrows(): row=csvdf.loc[i,:].values.tolist() - print_colors(f"{row}") + #print_colors(f"{row}")