Fix typo googleapicliet -> googleapiclient.
This commit is contained in:
parent
4effa64694
commit
275db1e608
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ Do not execute this file directly.
|
||||||
Use ycdl_launch.py to start the server with gevent.
|
Use ycdl_launch.py to start the server with gevent.
|
||||||
'''
|
'''
|
||||||
import logging
|
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 flask; from flask import request
|
||||||
import mimetypes
|
import mimetypes
|
||||||
|
|
Loading…
Reference in a new issue