Update cli.sh

This commit is contained in:
midoks 2018-12-20 21:34:52 +08:00
parent 4e94e859fc
commit 5706437d70
1 changed files with 2 additions and 0 deletions

2
cli.sh
View File

@ -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()