From a3dfb32d882117485a6ffb8709c70a3387bd1041 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 2 Oct 2016 20:30:04 +0200 Subject: [PATCH] COME ON --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index bac6e9f2..915e9f6f 100644 --- a/bot.py +++ b/bot.py @@ -524,7 +524,7 @@ def match(): if username in royalgames: if "steam" in royalgames[name.lower()]: tobematched.append(royalgames[name.lower()]["steam"]) - if tobematched > 2: + if len(tobematched) > 2: m = list(steammatch.compare(tobematched)) # Prepara il messaggio tosend = str()