mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-07-01 22:16:41 +00: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:
|
||||
webpdf['Blacklisted'] = 'NO'
|
||||
|
||||
webpdf.to_csv(webpcsvfile)
|
||||
webpdf.to_csv(webpcsvfile, index=False)
|
||||
|
||||
##### 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