From 09816fa817cf156df615596096eb2925933412ec Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 19 Nov 2014 08:53:19 -0500 Subject: [PATCH] show more info in gam info cros --- gam.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gam.py b/gam.py index b3b2c55e..67c0060b 100644 --- a/gam.py +++ b/gam.py @@ -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: