]> git.parisson.com Git - deefuzzer.git/commitdiff
back to RSS when new track
authorGuillaume Pellerin <yomguy@parisson.com>
Sun, 6 Feb 2011 23:55:20 +0000 (23:55 +0000)
committerGuillaume Pellerin <yomguy@parisson.com>
Sun, 6 Feb 2011 23:55:20 +0000 (23:55 +0000)
tools/station.py

index 5d7016dad9cde084734a11e5103b88607b67ad38..a53fb0f4b4c131c600658641970767ff067e2414 100644 (file)
@@ -307,8 +307,8 @@ class Station(Thread):
                         if self.twitter_mode == 1:
                             artist_names = artist.split(' ')
                             artist_tags = ' #'.join(list(set(artist_names)-set(['&', '-'])))
-                            message = '#newtrack ! %s #%s on #%s M3U: ' % (song.replace('_', ' '), artist_tags, self.short_name)
-                            message = message[:113] + self.m3u_tinyurl
+                            message = '#newtrack ! %s #%s on #%s RSS: ' % (song.replace('_', ' '), artist_tags, self.short_name)
+                            message = message[:113] + self.rss_tinyurl
                             self.update_twitter(message)
                 
                 # Shake it, Fuzz it !