1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
This commit is contained in:
Steffo 2016-10-02 20:30:04 +02:00
parent e378864f77
commit a3dfb32d88

2
bot.py
View file

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