mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-05-17 04:36:57 +00: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