Update docstring "launch ycdl_flask_dev, _prod".

This commit is contained in:
voussoir 2021-04-02 18:00:01 -07:00
parent 75a17a6361
commit e00bfa368b
No known key found for this signature in database
GPG key ID: 5F7554F8C26DACCB

View file

@ -1,6 +1,6 @@
'''
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 gzip