]> code.communitydata.science - covid19.git/blobdiff - bin/fetch_daily_views.py
cleaning out commented code
[covid19.git] / bin / fetch_daily_views.py
index 724cf6b46eb549c3940ac01d5a1875c1267a24c1..5ce989f4f0e2e9e7cb96439d6d7708ff89d1556c 100755 (executable)
@@ -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:

Community Data Science Collective || Want to submit a patch?