-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
I guess KVB changed their website, because the get_departures function is not working anymore. I changed the following two lines and got it to work.
tables = soup.find_all("table", class_="qr_table")
for row in tables[1].find_all("tr"):
tables = soup.find_all("table", class_="display")
for row in tables[0].find_all("tr"):
akuckartz and M-arcus
Metadata
Metadata
Assignees
Labels
No labels