From 36a36061ebfdeec99b3941518037a761190f3fd5 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 31 May 2014 22:09:03 +0200 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/plugins/chase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/plugins/chase.py b/src/plugins/chase.py index d782ea9..290ef6b 100644 --- a/src/plugins/chase.py +++ b/src/plugins/chase.py @@ -50,7 +50,7 @@ class Chase: page = page.decode('utf-8', 'replace').split('\n') page = filter(lambda line : line == 'NO', page) page = filter(lambda line : not line == 'NOVEMBER', page) - self.status = len(list(page)) == 1 + self.status = len(list(page)) == 0 return True return False -- cgit v1.2.3-70-g09d2