Skip to content

KVB changed website #2

@hsch0

Description

@hsch0

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"):

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions