Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBone committed Aug 14, 2018
2 parents a07847f + 3bf3803 commit e9f89dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.ts
Expand Up @@ -106,7 +106,7 @@ async function main() {
await request({ url: tokenUrl, jar: jar });
}

// Retrieve the enquiry page.
// Retrieve the enquiry lists page.

console.log(`Retrieving page: ${DevelopmentApplicationsEnquiryListsUrl}`);
body = await request({ url: DevelopmentApplicationsEnquiryListsUrl, jar: jar });
Expand Down

0 comments on commit e9f89dd

Please sign in to comment.