This commit is contained in:
Talor Berthelson
2016-06-28 02:02:03 -04:00
parent 6ca132f283
commit cde170d9b7

1
app.js
View File

@@ -4,7 +4,6 @@ var Screenshot = require('url-to-screenshot');
var low = require('lowdb');
var join = require('path').join;
var childProcess = require('child_process')
var binPath = phantomjs.path
var storage = require('lowdb/file-sync');
var session = low('./config.json', {'storage': storage});