pull/109/head
midoks 3 years ago
parent 1e81f1e516
commit 99b0437c64
  1. 2
      cli.sh

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

Loading…
Cancel
Save