mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 13:34:28 +00:00
)
This commit is contained in:
parent
48a5aa65a2
commit
0a33b118c6
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ while(True):
|
|||
online = steam['response']['players'][0]['personastate']
|
||||
name = steam['response']['players'][0]['personaname']
|
||||
try:
|
||||
steam['response']['players'][0]['gameextrainfo'])
|
||||
steam['response']['players'][0]['gameextrainfo']
|
||||
except KeyError:
|
||||
ingame = None
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue