This commit is contained in:
Thomas Hanika 2022-01-24 20:38:34 +01:00
parent a0cba1449e
commit bda5f15155

View file

@ -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