Skip to content

Commit

Permalink
Fix: Darebin, Australia (#3323)
Browse files Browse the repository at this point in the history
* update api url

* second test case added
  • Loading branch information
dt215git authored Dec 29, 2024
1 parent 7f7b359 commit 3649cd7
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@
"274 Gower Street PRESTON 3072": {
"property_location": "274 Gower Street PRESTON 3072"
},
"116 HAROLD STREET THORNBURY 3071": {
"property_location": "116 HAROLD STREET THORNBURY 3071"
},
}

API_URL = "https://services-ap1.arcgis.com/1WJBRkF3v1EEG5gz/arcgis/rest/services/Waste_Collection_Date/FeatureServer/0/query"
API_URL = "https://services-ap1.arcgis.com/1WJBRkF3v1EEG5gz/arcgis/rest/services/Waste_Collection_Date2/FeatureServer/0/query"
WEEKDAY_MAP = {
"Monday": 0,
"Tuesday": 1,
Expand Down

0 comments on commit 3649cd7

Please sign in to comment.