diff --git a/cli.sh b/cli.sh index d2660c7c5..6cddd7a73 100755 --- a/cli.sh +++ b/cli.sh @@ -8,7 +8,7 @@ if [ -f bin/activate ];then source bin/activate fi -export LC_ALL="en_US.UTF-8" +# export LC_ALL="en_US.UTF-8" mw_start(){ gunicorn -c setting.py app:app