Skip to content

Commit

Permalink
Corrected require call.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBone committed Jul 9, 2018
1 parent c80e3b7 commit ce9622f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.js
Expand Up @@ -12,7 +12,7 @@ let moment = require("moment");
// let phantom = require("phantom");
let selenium = require("selenium-webdriver");
let chrome = require("selenium-webdriver/chrome");
let puppeteer = required("puppeteer");
let puppeteer = require("puppeteer");

const DevelopmentApplicationsUrl = "https://www.burnside.sa.gov.au/Planning-Business/Planning-Development/Development-Applications/Development-Applications-on-Public-Notification";
const CommentUrl = "mailto:burnside@burnside.sa.gov.au";
Expand Down

0 comments on commit ce9622f

Please sign in to comment.