Skip to content

Commit

Permalink
added stations
Browse files Browse the repository at this point in the history
  • Loading branch information
luca910 committed Oct 23, 2024
1 parent d5e08fd commit 9ff81fe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion fetch_xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
# Station codes and their corresponding names
stations = {
'8000244': 'Mannheim_Hbf',
'8000250': 'Wiesbaden_Hbf'
'8000250': 'Wiesbaden_Hbf',
'8000134': 'Trier_Hbf',
'8000240': 'Mainz_Hbf',
'8000105': 'Frankfurt_Main_Hbf',
}

# API headers
Expand Down

0 comments on commit 9ff81fe

Please sign in to comment.