We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40b9312 commit e86d54cCopy full SHA for e86d54c
uk_bin_collection/uk_bin_collection/councils/BasingstokeCouncil.py
@@ -1,6 +1,8 @@
1
-from bs4 import BeautifulSoup
2
from datetime import datetime
+
3
import requests
4
+from bs4 import BeautifulSoup
5
6
from uk_bin_collection.uk_bin_collection.common import *
7
from uk_bin_collection.uk_bin_collection.get_bin_data import AbstractGetBinDataClass
8
@@ -10,6 +12,7 @@
10
12
"glass": "rteelem_ctl03_pnlCollections_Glass",
11
13
# Garden waste data is only returned if the property is subscribed to the Garden Waste service
14
"garden": "rteelem_ctl03_pnlCollections_GardenWaste",
15
+ "food": "rteelem_ctl03_pnlCollections_Food",
16
}
17
18
0 commit comments