fix lantern.py for v1.0.1

This commit is contained in:
root 2025-02-15 23:08:25 +01:00
parent 5928fd34ad
commit a73825a91b

View file

@ -257,6 +257,8 @@ Maintenance:
case 3: case 3:
print_colors("[+] Untrust a Website entry (move an entry from verified to unverified.csv)") 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']]}") print_colors(f"{vdf[['Name','URL']]}")
# search for a word # search for a word
name='' name=''