Skip to content

Commit

Permalink
Update scraper.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Snehan Kekre committed Jul 24, 2018
1 parent d7ac067 commit 87cec99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.rb
Expand Up @@ -15,7 +15,7 @@ def connection_for(uri)


agent = Mechanize.new
agent.ssl_version = :SSLv23_client
agent.ssl_version = TLSv1_2_client
enquiry_url = "https://epathway.thehills.nsw.gov.au/ePathway/Production/Web/GeneralEnquiry/EnquiryLists.aspx"

# Get the main page and ask for DAs
Expand Down

0 comments on commit 87cec99

Please sign in to comment.