We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e26748 commit 268dfd6Copy full SHA for 268dfd6
src/TrainPageGetter.py
@@ -47,7 +47,7 @@ def state_decoder(state):
47
'destination': info_box[19][1][1][0][0][1],
48
'arrival_time': info_box[21][1][1][0][0][1],
49
'next_stop': {
50
- 'stop': {
+ 'station': {
51
'name': info_box[23][1][1][0][0][1].strip(),
52
'id': get_station_ID_by_name(info_box[23][1][1][0][0][1].strip())
53
},
0 commit comments