From 5706437d70058dfc4ffcbced64c7aeda2745bb53 Mon Sep 17 00:00:00 2001 From: midoks Date: Thu, 20 Dec 2018 21:34:52 +0800 Subject: [PATCH] Update cli.sh --- cli.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cli.sh b/cli.sh index 6a73685bd..022e71876 100755 --- a/cli.sh +++ b/cli.sh @@ -10,9 +10,11 @@ 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 + } mw_stop()