diff --git a/cli.sh b/cli.sh index 6a73685bd..022e71876 100755 --- a/cli.sh +++ b/cli.sh @@ -10,9 +10,11 @@ mw_start(){ mw_start_debug(){ + # gunicorn -c setting.py app:app python task.py & # gunicorn -b :7200 app:app gunicorn -c setting.py app:app + } mw_stop()