From: Guillaume Pellerin Date: Sun, 6 Feb 2011 23:55:20 +0000 (+0000) Subject: back to RSS when new track X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=fbe85d4f55bc91ceca00ede129c571c79b24c650;p=deefuzzer.git back to RSS when new track --- diff --git a/tools/station.py b/tools/station.py index 5d7016d..a53fb0f 100644 --- a/tools/station.py +++ b/tools/station.py @@ -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 !