diff --git a/modules/wuvt.py b/modules/wuvt.py index 05eb2c8..a6630b0 100644 --- a/modules/wuvt.py +++ b/modules/wuvt.py @@ -27,7 +27,8 @@ def wuvt(phenny, input) : dj = r_dj.search(djpage).group(1) if song and artist: - phenny.reply('DJ {0} is currently playing: {1} by {2}'.format(dj.strip(),song,artist)) + phenny.reply('DJ {0} is currently playing: {1} by {2}' + .format(dj.strip(), song.strip(), artist.strip())) else: phenny.reply('Cannot connect to wuvt') wuvt.commands = ['wuvt']