diff --git a/cli.sh b/cli.sh index 52c5393d6..14454a80e 100755 --- a/cli.sh +++ b/cli.sh @@ -11,7 +11,7 @@ mw_start(){ mw_start_debug(){ gunicorn -b :7200 app:app & - python task.py + python task.py & } mw_stop()