bug
This commit is contained in:
parent
a0cba1449e
commit
bda5f15155
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ def get_stations_yaml():
|
|||
|
||||
if my_stations:
|
||||
if my_recently_station:
|
||||
my_stations.append(my_recently_station)
|
||||
my_stations.update(my_recently_station)
|
||||
else:
|
||||
return my_recently_station
|
||||
return my_stations
|
||||
|
|
Loading…
Add table
Reference in a new issue