Backfill
diff --git a/tools/line_count/collect-history.py b/tools/line_count/collect-history.py
index 0de95f2..e5e8b42 100755
--- a/tools/line_count/collect-history.py
+++ b/tools/line_count/collect-history.py
@@ -7,8 +7,8 @@
   for n in range(int((end - start).days)):
     yield start + datetime.timedelta(n)
 
-start_date = datetime.date(2014, 11, 21)
-end_date = datetime.date(2017, 3, 26)
+start_date = datetime.date(2017, 3, 26)
+end_date = datetime.date(2017, 3, 29)
 
 for dt in daterange(start_date, end_date):
   dmy = dt.strftime('%Y-%m-%d')