From: Guillaume Pellerin Date: Sun, 20 Jul 2014 12:01:43 +0000 (+0200) Subject: fix X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=2fa2a1be6f6e8d52e0aee75d68073a626dc1c30a;p=deefuzzer.git fix --- diff --git a/deefuzzer/station.py b/deefuzzer/station.py index 3d18b20..a472074 100644 --- a/deefuzzer/station.py +++ b/deefuzzer/station.py @@ -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