1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-27 13:34:28 +00:00
This commit is contained in:
Steffo 2015-08-08 12:28:12 +02:00
parent 48a5aa65a2
commit 0a33b118c6

View file

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