From: Guillaume Pellerin Date: Mon, 24 Oct 2011 08:36:25 +0000 (+0000) Subject: high caps for #NEWTRACK tweets X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=6514cbf007ef6128556028bfba8b64a4cd2282f6;p=deefuzzer.git high caps for #NEWTRACK tweets --- diff --git a/deefuzzer/tools/station.py b/deefuzzer/tools/station.py index 2cf022d..c3998ad 100644 --- a/deefuzzer/tools/station.py +++ b/deefuzzer/tools/station.py @@ -329,7 +329,7 @@ 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 RSS: ' % (song.replace('_', ' '), artist_tags, self.short_name) + message = '#NEWTRACK ! %s #%s on #%s RSS: ' % (song.replace('_', ' '), artist_tags, self.short_name) message = message[:113] + self.rss_tinyurl self.update_twitter(message)