Skip to content

Commit a855f2f

Browse files
chore: Update SandwellBoroughCouncil lookups
1 parent c2dbfd8 commit a855f2f

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

uk_bin_collection/uk_bin_collection/councils/SandwellBoroughCouncil.py

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,10 @@ class CouncilClass(AbstractGetBinDataClass):
2828
"Referer": "https://my.sandwell.gov.uk/fillform/?iframe_id=fillform-frame-1&db_id=",
2929
}
3030
LOOKUPS = [
31-
(
32-
"58a1a71694992",
33-
"DWDate",
34-
[
35-
"Recycling (Blue)",
36-
"Household Waste (Grey)",
37-
"Food Waste (Brown)",
38-
"Batteries",
39-
],
40-
),
41-
("56b1cdaf6bb43", "GWDate", ["Garden Waste (Green)"]),
31+
("686295a88a750", "GWDate", ["Garden Waste (Green)"]),
32+
("686294de50729", "DWDate", ["Household Waste (Grey)"]),
33+
("6863a78a1dd8e", "FWDate", ["Food Waste (Brown)"]),
34+
("68629dd642423", "MDRDate", ["Recycling (Blue)"]),
4235
]
4336

4437
def parse_data(self, page: str, **kwargs) -> dict:

0 commit comments

Comments
 (0)