show more info in gam info cros

This commit is contained in:
Jay Lee
2014-11-19 08:53:19 -05:00
parent 3da941d8b4
commit 09816fa817

2
gam.py
View File

@@ -5318,7 +5318,7 @@ def doGetTokens(users):
print u' %s:' % item
for it in token[item]:
print u' %s' % it
if type(token[item]) is unicode:
if type(token[item]) in (unicode, bool):
try:
print u' %s: %s' % (item, token[item])
except UnicodeEncodeError: