mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-07-01 19:06:41 +00:00
Moved the blacklisted to be at the end of the csv
This commit is contained in:
parent
202381869f
commit
48c8aa09b8
2 changed files with 3 additions and 3 deletions
|
@ -151,7 +151,7 @@ def main():
|
||||||
print_colors(f"[+] file exists, your Webring URL is {instance}")
|
print_colors(f"[+] file exists, your Webring URL is {instance}")
|
||||||
|
|
||||||
if 'Blacklisted' not in webpdf.columns:
|
if 'Blacklisted' not in webpdf.columns:
|
||||||
webpdf.insert(4, 'Blacklisted', 'NO')
|
webpdf['Blacklisted'] = 'NO'
|
||||||
|
|
||||||
webpdf.to_csv(webpcsvfile)
|
webpdf.to_csv(webpcsvfile)
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Name,URL,Description,Trusted,Blacklisted,Status,Score
|
Name,URL,Description,Trusted,Status,Score,Blacklisted
|
||||||
|
|
|
Loading…
Add table
Add a link
Reference in a new issue