fixed the index saving to the webring participants

This commit is contained in:
doctor_dev 2025-06-09 17:30:30 +00:00
parent 889ccee4d3
commit b43da2d2df
No known key found for this signature in database
GPG key ID: F12F7F71CB84AEAA

View file

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