Define MAX_GOOGLE_SHEET_CELLS in var.py (#881)

This commit is contained in:
Ross Scroggs
2019-04-11 11:34:23 -07:00
committed by Jay Lee
parent c6e1e5c1cf
commit e602d3fef0
2 changed files with 4 additions and 2 deletions

View File

@@ -44,6 +44,8 @@ FN_LAST_UPDATE_CHECK_TXT = u'lastupdatecheck.txt'
FN_OAUTH2SERVICE_JSON = u'oauth2service.json'
FN_OAUTH2_TXT = u'oauth2.txt'
MY_CUSTOMER = u'my_customer'
# See https://support.google.com/drive/answer/37603
MAX_GOOGLE_SHEET_CELLS = 5000000
SKUS = {
u'1010010001': {
u'product': u'101001', u'aliases': [u'identity', u'cloudidentity'], u'displayName': 'Cloud Identity'},