Remove url in station
This commit is contained in:
@@ -8,7 +8,7 @@ def getstations_byname(query):
|
|||||||
for st in results:
|
for st in results:
|
||||||
try:
|
try:
|
||||||
# url = rb.playable_station(st['id'])['url']
|
# url = rb.playable_station(st['id'])['url']
|
||||||
station = {'stationname': st['name'], 'url': url, 'id':st['id']}
|
station = {'stationname': st['name'], 'id':st['id']}
|
||||||
stations.append(station)
|
stations.append(station)
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
Reference in New Issue
Block a user