Skip to content

Commit 268dfd6

Browse files
committed
Correct denomination
1 parent 9e26748 commit 268dfd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TrainPageGetter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def state_decoder(state):
4747
'destination': info_box[19][1][1][0][0][1],
4848
'arrival_time': info_box[21][1][1][0][0][1],
4949
'next_stop': {
50-
'stop': {
50+
'station': {
5151
'name': info_box[23][1][1][0][0][1].strip(),
5252
'id': get_station_ID_by_name(info_box[23][1][1][0][0][1].strip())
5353
},

0 commit comments

Comments
 (0)