diff --git a/class/core/mw.py b/class/core/mw.py index 489736467..6ffbb09d4 100755 --- a/class/core/mw.py +++ b/class/core/mw.py @@ -724,7 +724,7 @@ def checkIp(ip): def checkPort(port): # 检查端口是否合法 - ports = ['21', '25', '7200', '888'] + ports = ['21', '25', '443', '888'] if port in ports: return False intport = int(port) diff --git a/cli.sh b/cli.sh index 2ca2de7d8..2dacdc963 100755 --- a/cli.sh +++ b/cli.sh @@ -9,7 +9,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_task()