Skip to content

Commit e86d54c

Browse files
committed
fix: #1599
fix: #1599 - Basingstoke Council
1 parent 40b9312 commit e86d54c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

uk_bin_collection/uk_bin_collection/councils/BasingstokeCouncil.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
from bs4 import BeautifulSoup
21
from datetime import datetime
2+
33
import requests
4+
from bs4 import BeautifulSoup
5+
46
from uk_bin_collection.uk_bin_collection.common import *
57
from uk_bin_collection.uk_bin_collection.get_bin_data import AbstractGetBinDataClass
68

@@ -10,6 +12,7 @@
1012
"glass": "rteelem_ctl03_pnlCollections_Glass",
1113
# Garden waste data is only returned if the property is subscribed to the Garden Waste service
1214
"garden": "rteelem_ctl03_pnlCollections_GardenWaste",
15+
"food": "rteelem_ctl03_pnlCollections_Food",
1316
}
1417

1518

0 commit comments

Comments
 (0)