Remove unused URL
This commit is contained in:
parent
4ef47374c2
commit
089f569fd3
|
@ -44,7 +44,6 @@ async def get_html(data_dir: str, postcode: str, uprn: str) -> str:
|
||||||
filename = f"{waste_dir}/{now_str}.html"
|
filename = f"{waste_dir}/{now_str}.html"
|
||||||
|
|
||||||
forms_base_url = "https://forms.n-somerset.gov.uk"
|
forms_base_url = "https://forms.n-somerset.gov.uk"
|
||||||
# url2 = "https://forms.n-somerset.gov.uk/Waste/CollectionSchedule/ViewSchedule"
|
|
||||||
url = "https://forms.n-somerset.gov.uk/Waste/CollectionSchedule"
|
url = "https://forms.n-somerset.gov.uk/Waste/CollectionSchedule"
|
||||||
async with httpx.AsyncClient() as client:
|
async with httpx.AsyncClient() as client:
|
||||||
r = await client.post(
|
r = await client.post(
|
||||||
|
|
Loading…
Reference in a new issue