Fix table format

This commit is contained in:
elpatron68 2019-07-28 10:23:25 +02:00
parent c612e48898
commit 9201937728

View File

@ -386,7 +386,7 @@ class MumbleBot:
bitrate = s['bitrate'] bitrate = s['bitrate']
genre = s['genre'] 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>'
msg += '</table>' msg += '</table>'
self.send_msg(msg, text) self.send_msg(msg, text)
# Play a secific station (by id) from http://www.radio-browser.info API # Play a secific station (by id) from http://www.radio-browser.info API