From f296579aad5d99f3ed12183f94547f8dbc0b2c41 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 11 Apr 2023 10:43:21 -0400 Subject: [PATCH] Update transport.py --- src/gam/transport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gam/transport.py b/src/gam/transport.py index bd572814..3cc257f5 100644 --- a/src/gam/transport.py +++ b/src/gam/transport.py @@ -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,