Update cli.sh

pull/109/head
midoks 6 years ago
parent 8e9a758015
commit de9b0ea404
  1. 2
      cli.sh

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

Loading…
Cancel
Save