Skip to content

Commit

Permalink
reformatting + typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
5ila5 committed Sep 25, 2024
1 parent cc764c6 commit fbd494b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from datetime import datetime
import re
from datetime import datetime

import requests
from bs4 import BeautifulSoup

from waste_collection_schedule import Collection # type: ignore[attr-defined]

TITLE = "Folkestone and Hythe District Councol"
Expand All @@ -24,7 +24,6 @@ def __init__(self, uprn: str | int):
self._uprn = str(uprn)

def fetch(self):

s = requests.Session()
r = s.get(
f"https://service.folkestone-hythe.gov.uk/webapp/myarea/index.php?uprn={self._uprn}"
Expand Down
2 changes: 1 addition & 1 deletion doc/source/folkestone_hythe_gov_uk.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ waste_collection_schedule:
## How to get the source argument
Your UPRN is displayed on the council web site underneath your address when it displays your bin collection shedule.
Your UPRN is displayed on the council web site underneath your address when it displays your bin collection schedule.
An easy way to discover your Unique Property Reference Number (UPRN) is by going to <https://www.findmyaddress.co.uk/> and entering in your address details.

0 comments on commit fbd494b

Please sign in to comment.