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:
@@ -79,7 +79,6 @@ def main():
|
||||
t_Out = f"{outputPath}dailyviews{queryDate}.tsv"
|
||||
|
||||
with open(articleFile, 'r') as infile:
|
||||
next(infile) #skip header
|
||||
articleList = list(infile)
|
||||
|
||||
j = []
|
||||
|
||||
Reference in New Issue
Block a user