Skip to content

Commit

Permalink
public_transport: use new domain idos.cz instead of idos.idnes.cz
Browse files Browse the repository at this point in the history
  • Loading branch information
trnila committed Sep 10, 2024
1 parent f864ed4 commit 0b02b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public_transport.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

async def public_transport_connections(sources, destinations):
async def fetch(http, source, destination):
url = f"https://idos.idnes.cz/odis/spojeni/vysledky/?f={source}&fc=303003&t={destination}&tc=303003"
url = f"https://idos.cz/odis/spojeni/vysledky/?f={source}&fc=303003&t={destination}&tc=303003"
start = time()
links = []
resp = await http.get(url)
Expand Down

0 comments on commit 0b02b74

Please sign in to comment.