stop writing writing header to one-column list
This feels like it's asking for trouble. Description of the contents of the list is in the filename.
This commit is contained in:
@@ -109,7 +109,6 @@ def main():
|
||||
#3 Saves the list to a file
|
||||
|
||||
with open(outputFile, 'w') as f:
|
||||
f.write("Article\n")
|
||||
f.write('\n'.join(articleNames)+'\n')
|
||||
logging.debug(f"Finished scrape and made a new article file at {datetime.datetime.now()}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user