mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-05-17 04:36:57 +00:00
fix prints
This commit is contained in:
parent
e3a10675ef
commit
e217a0bb7e
2 changed files with 3 additions and 1 deletions
|
@ -452,7 +452,8 @@ Maintenance:
|
||||||
uvdf.to_csv(unverifiedcsvfile, index=False)
|
uvdf.to_csv(unverifiedcsvfile, index=False)
|
||||||
print_colors("[+] New row added to your own unverified.csv file!")
|
print_colors("[+] New row added to your own unverified.csv file!")
|
||||||
else:
|
else:
|
||||||
print_colors('[-] Skipping row as it is already added in', w, row, is_error=True )
|
#print_colors('[-] Skipping row as it is already added in', w, row, is_error=True )
|
||||||
|
print_colors(f'[-] Skipping row as it is already added in {w}, {row}', is_error=True )
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
sensitive-words
|
sensitive-words
|
||||||
|
Drugz
|
||||||
Market
|
Market
|
||||||
market
|
market
|
||||||
drug
|
drug
|
||||||
|
|
|
Loading…
Add table
Add a link
Reference in a new issue