fix prints

This commit is contained in:
root 2025-01-24 18:49:43 +01:00
parent e3a10675ef
commit e217a0bb7e
2 changed files with 3 additions and 1 deletions

View file

@ -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 )

View file

@ -1,4 +1,5 @@
sensitive-words sensitive-words
Drugz
Market Market
market market
drug drug

1 sensitive-words
2 Drugz
3 Market
4 market
5 drug