]> git.parisson.com Git - deefuzzer.git/commitdiff
high caps for #NEWTRACK tweets
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 24 Oct 2011 08:36:25 +0000 (08:36 +0000)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 24 Oct 2011 08:36:25 +0000 (08:36 +0000)
deefuzzer/tools/station.py

index 2cf022d12e42914b92439a5a4122b4a7784d3dd0..c3998adcec90c406f3c1518f2e79fc579eee2f54 100644 (file)
@@ -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)