From 6514cbf007ef6128556028bfba8b64a4cd2282f6 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 24 Oct 2011 08:36:25 +0000 Subject: [PATCH] high caps for #NEWTRACK tweets --- deefuzzer/tools/station.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5