Skip to content

Commit 54ea1f9

Browse files
committed
fix: FermanaghOmaghDistrictCouncil
1 parent 866dab6 commit 54ea1f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uk_bin_collection/uk_bin_collection/councils/FermanaghOmaghDistrictCouncil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class CouncilClass(AbstractGetBinDataClass):
1616
implementation.
1717
"""
1818

19-
base_url = "https://fermanaghomagh.isl-fusion.com/"
19+
base_url = "https://fermanaghomagh.isl-fusion.com"
2020

2121
def parse_data(self, page: str, **kwargs) -> dict:
2222
"""

0 commit comments

Comments
 (0)