From 275db1e6085e5e0a266e74267033b4a8325a5e3c Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Sat, 28 Mar 2020 17:07:18 -0700 Subject: [PATCH] Fix typo googleapicliet -> googleapiclient. --- frontends/ycdl_flask/backend/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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