mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-07-01 19:16:41 +00:00
Merge pull request 'fixed the index saving to the webring participants' (#85) from issue-80/issue-20_option-6-refactor-and-trusted-webring into main
Reviewed-on: http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern/pulls/85
This commit is contained in:
commit
bc4d6f3af0
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