mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-24 03:54: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']
|
name = steam['response']['players'][0]['personaname']
|
||||||
if(steam['response']['players'][0]['gameextrainfo']):
|
if(steam['response']['players'][0]['gameextrainfo']):
|
||||||
ingame = steam['response']['players'][0]['gameextrainfo']
|
ingame = steam['response']['players'][0]['gameextrainfo']
|
||||||
|
else:
|
||||||
|
ingame = None
|
||||||
text = ""
|
text = ""
|
||||||
if(online == 0):
|
if(online == 0):
|
||||||
text = unichr(9898) + " Offline"
|
text = unichr(9898) + " Offline"
|
||||||
|
|
Loading…
Reference in a new issue