Skip to content

Commit

Permalink
Fix Blacktown request
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneNulschDE authored and 5ila5 committed Jan 23, 2024
1 parent 2bd2cb8 commit 4379e19
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,12 @@
"collection": "https://www.blacktown.nsw.gov.au/ocapi/Public/myarea/wasteservices?geolocationid={}&ocsvclang=en-AU",
}

HEADERS = {"user-agent": "Mozilla/5.0"}
HEADERS = {
"user-agent": "Mozilla/5.0",
"accept": "text/plain, */*; q=0.01",
"Referer": "https://www.blacktown.nsw.gov.au/My-Neighbourhood",
}


ICON_MAP = {
"General Waste": "trash-can",
Expand Down

0 comments on commit 4379e19

Please sign in to comment.