Fix wrong placed </table>
This commit is contained in:
@ -401,6 +401,7 @@ class MumbleBot:
|
||||
stationname = s['stationname']
|
||||
# msg += f'<tr><td>{stationid}</td><td>{stationname}</td>'
|
||||
msg += '<tr><td>%s</td><td>%s</td>' % (stationid, stationname)
|
||||
msg += '</table>'
|
||||
if len(msg) <= 5000:
|
||||
self.send_msg(msg, text)
|
||||
# Shorten message if message too long (stage II)
|
||||
|
Reference in New Issue
Block a user