From 8efa7d0168698a4d95e8fcca13533e5f42c60a4c Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 2 Oct 2016 20:26:34 +0200 Subject: [PATCH] asdfbvsdgfbewrnbertynetyrhnetrw --- bot.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bot.py b/bot.py index c6d61af2..358d1821 100644 --- a/bot.py +++ b/bot.py @@ -520,10 +520,10 @@ def match(): tobematched = list() if len(cmd) > 2: del cmd[0] - for username in cmd: + for name in cmd: if username in royalgames: - if "steam" in royalgames[username]: - tobematched.append(royalgames[username]["steam"]) + if "steam" in royalgames[name]: + tobematched.append(royalgames[name]["steam"]) m = list(steammatch.compare(tobematched)) # Prepara il messaggio tosend = str()