From: François LASSERRE Date: Wed, 6 Aug 2014 09:39:54 +0000 (+0200) Subject: Remove channel url in station name X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=fcd3cba5cc92c12cb0c330a0235f8412cc37a99b;p=deefuzzer.git Remove channel url in station name --- diff --git a/deefuzzer/station.py b/deefuzzer/station.py index 0c8fa77..95d0051 100644 --- a/deefuzzer/station.py +++ b/deefuzzer/station.py @@ -116,7 +116,7 @@ class Station(Thread): sys.exit('Not a compatible server type. Choose "stream-m" or "icecast".') self.channel.url = self.station['infos']['url'] - self.channel.name = self.station['infos']['name'] + ' : ' + self.channel.url + self.channel.name = self.station['infos']['name'] self.channel.genre = self.station['infos']['genre'] self.channel.description = self.station['infos']['description'] self.channel.format = self.media_format