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:
Doctor Dev 2025-06-09 19:52:41 +02:00
commit bc4d6f3af0

View file

@ -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":