From b43da2d2df584f78af9e23a37e80eac66cf6a5aa Mon Sep 17 00:00:00 2001 From: doctor_dev Date: Mon, 9 Jun 2025 17:30:30 +0000 Subject: [PATCH] fixed the index saving to the webring participants --- scripts/lantern.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lantern.py b/scripts/lantern.py index b8c80a3..cbcad6a 100644 --- a/scripts/lantern.py +++ b/scripts/lantern.py @@ -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":