Update cli.sh

pull/109/head
midoks 3 years ago
parent b7d81574c0
commit 8b2c1e9f88
  1. 2
      cli.sh

@ -24,7 +24,7 @@ mw_start_debug(){
} }
mw_start_debug2(){ mw_start_debug2(){
gunicorn -c setting.py app:app gunicorn -b -k geventwebsocket.gunicorn.workers.GeventWebSocketWorker -w 1 app:app
python3 task.py & python3 task.py &
} }

Loading…
Cancel
Save