]> git.parisson.com Git - deefuzzer.git/commitdiff
fix ident dev master
authorGuillaume Pellerin <yomguy@parisson.com>
Thu, 12 Feb 2015 23:56:58 +0000 (00:56 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Thu, 12 Feb 2015 23:56:58 +0000 (00:56 +0100)
deefuzzer/station.py

index 82cab2d3929aefb6ff4dbbe6c28a22c08f8322ad..c771b4b8fd2214b3e1c3328fc2ec2bd07b8367ec 100644 (file)
@@ -811,7 +811,7 @@ class Station(Thread):
         try:
             self.update_twitter_current()
             if self.song:
-            self.channel.set_metadata({'song': self.song, 'charset': 'utf-8'})
+                self.channel.set_metadata({'song': self.song, 'charset': 'utf-8'})
             return True
         except Exception, e:
             self._err('icecastloop_metadata: Error: ' + str(e))