mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
fics del bugfics
This commit is contained in:
parent
1a211dd7f0
commit
d9c255b939
1 changed files with 1 additions and 1 deletions
2
bot.py
2
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:
|
||||
|
|
Loading…
Reference in a new issue