mirror of
https://git.oxeozero.it.com/oxeo0/darknet-lantern.git
synced 2025-08-07 23:52:15 -04:00
fixed the index saving to the webring participants
This commit is contained in:
parent
889ccee4d3
commit
b43da2d2df
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ def main():
|
||||||
if 'Blacklisted' not in webpdf.columns:
|
if 'Blacklisted' not in webpdf.columns:
|
||||||
webpdf['Blacklisted'] = 'NO'
|
webpdf['Blacklisted'] = 'NO'
|
||||||
|
|
||||||
webpdf.to_csv(webpcsvfile)
|
webpdf.to_csv(webpcsvfile, index=False)
|
||||||
|
|
||||||
##### CHECK IF ARGUMENTS ARE PASSED TO ENTER PROMPT-LESS MODE #####
|
##### CHECK IF ARGUMENTS ARE PASSED TO ENTER PROMPT-LESS MODE #####
|
||||||
if len(sys.argv) == 2 and sys.argv[1] == "4":
|
if len(sys.argv) == 2 and sys.argv[1] == "4":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue