From 88a5715f8c53852a6e231315d4aca361df2e6493 Mon Sep 17 00:00:00 2001
From: Philip Paquette <pcpaquette@gmail.com>
Date: Sun, 3 Mar 2019 13:56:26 -0500
Subject: Updated pylint to v2.3.0

---
 diplomacy/server/notifier.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'diplomacy/server/notifier.py')

diff --git a/diplomacy/server/notifier.py b/diplomacy/server/notifier.py
index 1c05335..4bd64d3 100644
--- a/diplomacy/server/notifier.py
+++ b/diplomacy/server/notifier.py
@@ -41,7 +41,7 @@ class Notifier():
 
         # Expect a sequence of tokens to ignore.
         # Convert it to a set.
-        elif ignore_tokens:
+        if ignore_tokens:
             self.ignore_tokens = set(ignore_tokens)
 
         # Expect a sequence of tuples (power name, token) to ignore.
-- 
cgit v1.2.3