mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-10-20 00:00:39 +00:00
Update mystats.py
This commit is contained in:
parent
14dbbaf9ad
commit
1a5c89ecca
1 changed files with 1 additions and 1 deletions
2
dist/ba_root/mods/stats/mystats.py
vendored
2
dist/ba_root/mods/stats/mystats.py
vendored
|
|
@ -322,7 +322,7 @@ def updateTop3Names(ids):
|
|||
if data is not None:
|
||||
try:
|
||||
name = json.loads(data.read())["profileDisplayString"]
|
||||
if (not value):
|
||||
if (not name):
|
||||
raise ValueError
|
||||
except ValueError:
|
||||
names.append("???")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue