mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-29 10:21:35 +00:00
Upgrade to googleapiclient 1.5.1
This commit is contained in:
@@ -19,6 +19,9 @@ from __future__ import absolute_import
|
||||
import logging
|
||||
import datetime
|
||||
|
||||
|
||||
LOGGER = logging.getLogger(__name__)
|
||||
|
||||
DISCOVERY_DOC_MAX_AGE = 60 * 60 * 24 # 1 day
|
||||
|
||||
|
||||
@@ -38,5 +41,5 @@ def autodetect():
|
||||
from . import file_cache
|
||||
return file_cache.cache
|
||||
except Exception as e:
|
||||
logging.warning(e, exc_info=True)
|
||||
LOGGER.warning(e, exc_info=True)
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user