Skip to content

Commit

Permalink
Update scraper.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Mraleksa committed Apr 16, 2018
1 parent 153215f commit 4ae702d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var db = new sqlite3.Database("data.sqlite");

var formatTime = d3.timeFormat("%Y-%m-%d");

var dateTime = "2018-01-01"
var dateTime = "2018-09-03"

//db.each("SELECT dateModified FROM data ORDER BY dateModified DESC LIMIT 1", function(err, timeStart) {

Expand Down

0 comments on commit 4ae702d

Please sign in to comment.