X-Git-Url: https://code.communitydata.science/covid19.git/blobdiff_plain/d845c3045544d50d9441187ac4b475f0f066d1d4..7d7fe9aaf69d67d5ff942fcd013265c9025e9783:/bin/fetch_daily_views.py diff --git a/bin/fetch_daily_views.py b/bin/fetch_daily_views.py index 724cf6b..5ce989f 100755 --- a/bin/fetch_daily_views.py +++ b/bin/fetch_daily_views.py @@ -52,7 +52,6 @@ def main(): #1 Load up the list of article names with open(articleFile, 'r') as infileHandle: - #theInfile = csv.reader(infileHandle, quotechar='"') theInfile = csv.reader(infileHandle) next(theInfile) #skip header for currentLine in theInfile: