Update cli.sh

This commit is contained in:
midoks 2018-12-17 21:38:15 +08:00
parent 8e9a758015
commit de9b0ea404
1 changed files with 1 additions and 1 deletions

2
cli.sh
View File

@ -11,7 +11,7 @@ mw_start(){
mw_start_debug(){
gunicorn -b :7200 app:app &
python task.py
python task.py &
}
mw_stop()