mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Sistemato un crash
This commit is contained in:
parent
1a256087c4
commit
6baa9a683a
1 changed files with 2 additions and 0 deletions
|
@ -119,6 +119,8 @@ while(True):
|
|||
name = steam['response']['players'][0]['personaname']
|
||||
if(steam['response']['players'][0]['gameextrainfo']):
|
||||
ingame = steam['response']['players'][0]['gameextrainfo']
|
||||
else:
|
||||
ingame = None
|
||||
text = ""
|
||||
if(online == 0):
|
||||
text = unichr(9898) + " Offline"
|
||||
|
|
Loading…
Reference in a new issue