mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-07-01 18:56:40 +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,9 +151,9 @@ def main():
|
|||
print_colors(f"[+] file exists, your Webring URL is {instance}")
|
||||
|
||||
if 'Blacklisted' not in webpdf.columns:
|
||||
webpdf.insert(4, 'Blacklisted', 'NO')
|
||||
webpdf['Blacklisted'] = 'NO'
|
||||
|
||||
webpdf.to_csv(webpcsvfile)
|
||||
webpdf.to_csv(webpcsvfile)
|
||||
|
||||
##### CHECK IF ARGUMENTS ARE PASSED TO ENTER PROMPT-LESS MODE #####
|
||||
if len(sys.argv) == 2 and sys.argv[1] == "4":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue