Skip to content
This repository was archived by the owner on Jun 29, 2023. It is now read-only.

Commit acdd84d

Browse files
committed
noch ein upsie
1 parent 6d41878 commit acdd84d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mvg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def get_id_for_station(station_name):
4747
If more than one station match, the first result is given.
4848
None is returned if no match was found.
4949
"""
50-
station = get_stations(station_name)[1]
50+
station = get_stations(station_name)[0]
5151
return station['id']
5252

5353
def get_locations(query):

0 commit comments

Comments
 (0)