Update docstring "launch ycdl_flask_dev, _prod".

master
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
1 changed files with 1 additions and 1 deletions

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