Compare commits

...

2 Commits

Author SHA1 Message Date
Jay Lee
f296579aad Update transport.py 2023-04-11 10:43:21 -04:00
Jay Lee
16bb53d0e4 Update var.py 2023-04-11 09:54:43 -04:00
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ from gam.var import GC_TLS_MIN_VERSION
from gam.var import GC_Values
# Bump default retries
#httplib2.RETRIES = 5
httplib2.RETRIES = 5
def create_http(cache=None,
timeout=None,

View File

@@ -8,7 +8,7 @@ import platform
import re
GAM_AUTHOR = 'Jay Lee <jay0lee@gmail.com>'
GAM_VERSION = '6.55'
GAM_VERSION = '6.56'
GAM_LICENSE = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
GAM_URL = 'https://jaylee.us/gam'