]> git.parisson.com Git - deefuzzer.git/commitdiff
bugfix
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 2 Dec 2013 23:09:13 +0000 (00:09 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 2 Dec 2013 23:09:13 +0000 (00:09 +0100)
deefuzzer/station.py
setup.py

index 77ea1c973f8ace31ed6f7e6cd7f2b930347616d4..88434d9a83b6a39ef056ed3ff4e3b26a7f2e5055 100644 (file)
@@ -265,8 +265,8 @@ class Station(Thread):
         self.twitter_mode = value
         message = "Station " + self.channel_url + \
                 " : received OSC message '%s' with arguments '%d'" % (path, value)
-        self.m3u_url = self.channel.url + '/m3u/' + self.m3u.split(os.sep)[-1])
-        self.rss_url = self.channel.url + '/rss/' + self.rss_playlist_file.split(os.sep)[-1])
+        self.m3u_url = self.channel.url + '/m3u/' + self.m3u.split(os.sep)[-1]
+        self.rss_url = self.channel.url + '/rss/' + self.rss_playlist_file.split(os.sep)[-1]
         self.logger.write_info(message)
 
     def jingles_callback(self, path, value):
index 127111c278fddf63f91b747d71a94a4b9fc83911..ce91c8e7369295fb1028e12e69a8ae12baeedb1f 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ CLASSIFIERS = ['Programming Language :: Python',
 setup(
   name = "DeeFuzzer",
   url = "http://github.com/yomguy/DeeFuzzer",
-  description = "an open, light and instant media streaming tool",
+  description = "open, light and instant media streaming tool",
   long_description = open('README.rst').read(),
   author = "Guillaume Pellerin",
   author_email = "yomguy@parisson.com",