Fix another KeyError: 'tags'

This commit is contained in:
elpatron68 2019-07-28 10:20:46 +02:00
parent c3a6f848a5
commit c612e48898

View File

@ -384,7 +384,7 @@ class MumbleBot:
country = s['country']
codec = s['codec']
bitrate = s['bitrate']
genre = s['tags']
genre = s['genre']
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 += '</table>'