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