mirror of
https://git.oxeozero.it.com/oxeo0/darknet-lantern.git
synced 2025-08-07 16:22:12 -04:00
fix lantern.py for v1.0.1
This commit is contained in:
parent
5928fd34ad
commit
a73825a91b
1 changed files with 2 additions and 0 deletions
|
@ -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=''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue