mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-21 14:41:37 +00:00
6.58, workaround for #1625
This commit is contained in:
@@ -204,6 +204,7 @@ def print_(returnFields=None,
|
||||
],
|
||||
page_message=page_message,
|
||||
customerId=customer_id,
|
||||
maxResults=100,
|
||||
productId=product,
|
||||
skuId=sku,
|
||||
fields=fields)
|
||||
@@ -234,6 +235,7 @@ def print_(returnFields=None,
|
||||
],
|
||||
page_message=page_message,
|
||||
customerId=customer_id,
|
||||
maxResults=100,
|
||||
productId=productId,
|
||||
fields=fields)
|
||||
if countsOnly:
|
||||
|
||||
@@ -8,7 +8,7 @@ import platform
|
||||
import re
|
||||
|
||||
GAM_AUTHOR = 'Jay Lee <jay0lee@gmail.com>'
|
||||
GAM_VERSION = '6.57'
|
||||
GAM_VERSION = '6.58'
|
||||
GAM_LICENSE = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
|
||||
|
||||
GAM_URL = 'https://jaylee.us/gam'
|
||||
|
||||
Reference in New Issue
Block a user