Moved the blacklisted to be at the end of the csv

This commit is contained in:
doctor_dev 2025-06-07 09:52:35 +00:00
parent 202381869f
commit 48c8aa09b8
No known key found for this signature in database
GPG key ID: F12F7F71CB84AEAA
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -1 +1 @@
Name,URL,Description,Trusted,Blacklisted,Status,Score Name,URL,Description,Trusted,Status,Score,Blacklisted

1 Name URL Description Trusted Status Score Blacklisted