]> git.parisson.com Git - deefuzzer.git/commitdiff
fix
authorGuillaume Pellerin <yomguy@parisson.com>
Sun, 20 Jul 2014 12:01:43 +0000 (14:01 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Sun, 20 Jul 2014 12:01:43 +0000 (14:01 +0200)
deefuzzer/station.py

index 3d18b20ea8505df7e20da7dd7aaa590ef4ebd48c..a47207450e499961ec17895d33193b3c2e1b9add 100644 (file)
@@ -376,7 +376,7 @@ class Station(Thread):
             new_playlist = self.get_playlist()
             lp_new = len(new_playlist)
 
-            if not counter:
+            if not self.counter:
                 self.playlist = new_playlist
                 self.lp = lp_new