This commit is contained in:
elpatron68 2019-07-27 18:30:40 +02:00
parent 27d10e593a
commit 0e0a4f8bc2

View File

@ -371,7 +371,7 @@ class MumbleBot:
logging.info('Found query parameter: ' + parameter)
stations = getstations_byname(parameter)
for s in stations:
msg += "<br />" + s['id'] + s['stationname'] + ': '
msg += "<br />" + s['id'] + '\t\t' + s['stationname'] + ': '
self.send_msg(msg, text)
elif command == var.config.get('command', 'help'):