Fix another KeyError: 'tags'
This commit is contained in:
parent
c3a6f848a5
commit
c612e48898
@ -384,7 +384,7 @@ class MumbleBot:
|
|||||||
country = s['country']
|
country = s['country']
|
||||||
codec = s['codec']
|
codec = s['codec']
|
||||||
bitrate = s['bitrate']
|
bitrate = s['bitrate']
|
||||||
genre = s['tags']
|
genre = s['genre']
|
||||||
homepage = s['homepage']
|
homepage = s['homepage']
|
||||||
msg += f'<tr><td>{stationid}</td><td>{stationname}</td><td>{genre}</td><td>{codec}/{bitrate}</td><td>{country}</td><td>{homepage}/</td></tr></table>'
|
msg += f'<tr><td>{stationid}</td><td>{stationname}</td><td>{genre}</td><td>{codec}/{bitrate}</td><td>{country}</td><td>{homepage}/</td></tr></table>'
|
||||||
msg += '</table>'
|
msg += '</table>'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user