elfsong commited on
Commit
cae34cd
·
1 Parent(s): ab017df
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -249,7 +249,7 @@ for stop_info in public_bus_stops:
249
 
250
  # SMRT
251
  for station in public_mrt_station:
252
- smrt_data = get_SMRT_train_arrival(station['code'])
253
  trains = list()
254
 
255
  for train in smrt_data:
 
249
 
250
  # SMRT
251
  for station in public_mrt_station:
252
+ smrt_data = get_smrt_train_arrival(station['code'])
253
  trains = list()
254
 
255
  for train in smrt_data: