Skip to content

Commit

Permalink
2nd fix attempt for gam info domain
Browse files Browse the repository at this point in the history
  • Loading branch information
jay0lee committed Oct 2, 2014
1 parent eda9153 commit d012613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gam.py
Original file line number Diff line number Diff line change
Expand Up @@ -5476,7 +5476,7 @@ def doGetDomainInfo():
if customerId != u'my_customer':
customer_id = customerId
else:
result = callGAPI(service=cd.users(), function=u'list', fields=u'users(customerId)', customer=customerId, maxResults=1, sortOrder=u'DESCENDING')
result = callGAPI(service=cd.users(), function=u'list', fields=u'users(customerId)', customer=customerId, sortOrder=u'DESCENDING')
customer_id = result[u'users'][0][u'customerId']
print u'Customer ID: %s' % customer_id
default_language = callGAPI(service=adm.defaultLanguage(), function=u'get', domainName=domain)
Expand Down

0 comments on commit d012613

Please sign in to comment.