From 2fa2a1be6f6e8d52e0aee75d68073a626dc1c30a Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sun, 20 Jul 2014 14:01:43 +0200 Subject: [PATCH] fix --- deefuzzer/station.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5