1
Fork 0
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:
Steffo 2015-08-08 12:21:59 +02:00
parent 1a256087c4
commit 6baa9a683a

View file

@ -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"