From d9c255b93945801d04629dc557bade6bea966d56 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 4 Oct 2016 16:51:44 +0200 Subject: [PATCH] fics del bugfics --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 3615abfd..7c32c66c 100644 --- a/bot.py +++ b/bot.py @@ -518,7 +518,7 @@ def match(): userdata = db.findbyname(name.lower()) if userdata is not None and 'steam' in userdata: if userdata['steam'] not in tobematched: - tobematched += userdata['steam'] + tobematched.append(userdata['steam']) if len(tobematched) > 1: m = list(steammatch.compare(tobematched)) if len(m) > 0: