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()