Update docstring "launch ycdl_flask_dev, _prod".
This commit is contained in:
parent
75a17a6361
commit
e00bfa368b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
'''
|
'''
|
||||||
Do not execute this file directly.
|
Do not execute this file directly.
|
||||||
Use ycdl_flask_launch.py to start the server with gevent.
|
Use ycdl_flask_dev.py or ycdl_flask_prod.py.
|
||||||
'''
|
'''
|
||||||
import flask; from flask import request
|
import flask; from flask import request
|
||||||
import gzip
|
import gzip
|
||||||
|
|
Loading…
Reference in a new issue