diff --git a/frontends/ycdl_flask/backend/common.py b/frontends/ycdl_flask/backend/common.py index f5ee065..6af2861 100644 --- a/frontends/ycdl_flask/backend/common.py +++ b/frontends/ycdl_flask/backend/common.py @@ -3,7 +3,7 @@ Do not execute this file directly. Use ycdl_launch.py to start the server with gevent. ''' import logging -logging.getLogger('googleapicliet.discovery_cache').setLevel(logging.ERROR) +logging.getLogger('googleapiclient.discovery_cache').setLevel(logging.ERROR) import flask; from flask import request import mimetypes