Skip to content

Commit

Permalink
fix stirling_uk
Browse files Browse the repository at this point in the history
  • Loading branch information
5ila5 committed Sep 30, 2024
1 parent ae05132 commit 7eac857
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ def fetch(self):
for item in scheduleItems:
BinType = item.find("h2", class_="schedule__title")
NextCollection = item.find("p", class_="schedule__summary")
if not NextCollection:
continue
# bin_type_text = BinType.text.strip()
# next_collection_text = NextCollection.text.strip().split(REM_STRING1, 1)[0].strip()
# date_object = datetime.strptime(next_collection_text, "%A %d %b %Y")
Expand Down

0 comments on commit 7eac857

Please sign in to comment.