Skip to content

Commit

Permalink
Update scraper.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBone committed Jul 9, 2018
1 parent f481a02 commit 7c25900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.js
Expand Up @@ -182,7 +182,7 @@ function function2() {
port: 443,
path: "Planning-Business/Planning-Development/Development-Applications/Development-Applications-on-Public-Notification",
method: "GET",
secureProtocol: "TLSv1_3_method"
secureProtocol: "TLSv1_2_method"
};
https.request(options, res => {
console.log('statusCode:', res.statusCode);
Expand Down

0 comments on commit 7c25900

Please sign in to comment.