From a73825a91be3ea1e461cd52d71eab6304b5bd420 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 15 Feb 2025 23:08:25 +0100 Subject: [PATCH] fix lantern.py for v1.0.1 --- scripts/lantern.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/lantern.py b/scripts/lantern.py index 912ce5e..3eeac56 100644 --- a/scripts/lantern.py +++ b/scripts/lantern.py @@ -257,6 +257,8 @@ Maintenance: case 3: print_colors("[+] Untrust a Website entry (move an entry from verified to unverified.csv)") + vdf = pd.read_csv(verifiedcsvfile) + uvdf = pd.read_csv(unverifiedcsvfile) print_colors(f"{vdf[['Name','URL']]}") # search for a word name=''