Update cli.sh

pull/109/head
midoks 3 years ago
parent 8466aaad84
commit 91a56813d3
  1. 2
      cli.sh

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

Loading…
Cancel
Save