Skip to content

Commit

Permalink
move to instance folder design
Browse files Browse the repository at this point in the history
  • Loading branch information
pkage committed Oct 17, 2019
1 parent 3af53d5 commit 9be2ab3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion scrape.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const Nightmare = require('nightmare')
const nightmare = Nightmare({ show: true })

const fs = require('fs')
const config = JSON.parse(fs.readFileSync('./config.json'))
const config = JSON.parse(fs.readFileSync('./instance/secret.json'))

module.exports = () => {
const nightmare = Nightmare({ show: false })
Expand Down

0 comments on commit 9be2ab3

Please sign in to comment.