From 7d7fe9aaf69d67d5ff942fcd013265c9025e9783 Mon Sep 17 00:00:00 2001 From: Kaylea Champion Date: Fri, 27 Mar 2020 18:19:22 -0700 Subject: [PATCH] cleaning out commented code --- bin/fetch_daily_views.py | 1 - 1 file changed, 1 deletion(-) 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: -- 2.39.2