From 66fd90afe1e3d3ade1f34c0129c5dcab7315d282 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Tue, 25 Dec 2018 10:07:16 +0800 Subject: [PATCH] Update cli.sh --- cli.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli.sh b/cli.sh index 022e71876..73800b806 100755 --- a/cli.sh +++ b/cli.sh @@ -12,8 +12,8 @@ mw_start(){ mw_start_debug(){ # gunicorn -c setting.py app:app python task.py & - # gunicorn -b :7200 app:app - gunicorn -c setting.py app:app + gunicorn -b :7200 app:app + # gunicorn -c setting.py app:app }