fix to_station

pull/302/head
文贤平 2019-09-02 11:21:04 +08:00
parent 07b34141ae
commit 66b43cfc1d
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ class select:
from_station=from_station,
to_station=to_station,
from_station_h=TickerConfig.FROM_STATION,
to_station_h=TickerConfig.FROM_STATION,
to_station_h=TickerConfig.TO_STATION,
_station_seat=self._station_seat,
station_trains=TickerConfig.STATION_TRAINS,
station_dates=TickerConfig.STATION_DATES,