mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-10 14:43:34 +00:00
Handle bad data from Google in gam report customer (#450)
This commit is contained in:
@ -978,6 +978,8 @@ def showReport():
|
||||
csvRows = []
|
||||
auth_apps = list()
|
||||
for item in usage[0][u'parameters']:
|
||||
if u'name' not in item:
|
||||
continue
|
||||
name = item[u'name']
|
||||
try:
|
||||
value = item[u'intValue']
|
||||
|
Reference in New Issue
Block a user