]> code.communitydata.science - covid19.git/commitdiff
cleaning out commented code
authorKaylea Champion <kaylea@nada.communitydata.cc>
Sat, 28 Mar 2020 01:19:22 +0000 (18:19 -0700)
committerKaylea Champion <kaylea@nada.communitydata.cc>
Sat, 28 Mar 2020 01:19:22 +0000 (18:19 -0700)
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?