diff --git a/mumbleBot.py b/mumbleBot.py
index 85e171f..8af13e8 100644
--- a/mumbleBot.py
+++ b/mumbleBot.py
@@ -399,7 +399,7 @@ class MumbleBot:
genre = rstation[0]['tags']
homepage = rstation[0]['homepage']
msg = f'Start playing radio station:'
- msg += '
ID | Station Name | Genre | Codec/Bitrate | Country | Homepage |
' + \
+ msg += 'ID | Station Name | Genre | Codec/Bitrate | Country | Homepage |
' + \
f'{parameter} | {stationname} | {genre} | {codec}/{bitrate} | {country} | {homepage} |
'
logging.debug(f'Play radio station {stationname}')
self.send_msg(msg, text)