Skip to content

Commit eb08af0

Browse files
authored
Merge pull request #344 from DemocracyClub/fix/STV-scraper
Fix STV (Stevenage) scraper
2 parents 5a24131 + 01d148c commit eb08af0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

scrapers/STV-stevenage/councillors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
class Scraper(ModGovCouncillorScraper):
5-
pass
5+
verify_requests = False

scrapers/STV-stevenage/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"services": {
1616
"councillors": {
17-
"base_url": "http://democracy.stevenage.gov.uk",
17+
"base_url": "https://democracy.stevenage.gov.uk",
1818
"cms_type": "ModernGov"
1919
}
2020
}

0 commit comments

Comments
 (0)