From 714af236278e528299651331a0933e9b4ad6646f Mon Sep 17 00:00:00 2001 From: midoks Date: Thu, 6 Oct 2022 11:13:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=9E=8D=E5=90=88mw-cli=E7=BB=93=E6=9D=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools.py b/tools.py index 567f3ba09..bd6bf48bd 100755 --- a/tools.py +++ b/tools.py @@ -22,9 +22,9 @@ INIT_CMD = INIT_DIR + "/mw" def mwcli(mw_input=0): - raw_tip = "=======================================================" + raw_tip = "======================================================" if not mw_input: - print("===============mdserver-web cli tools==================") + print("===============mdserver-web cli tools=================") print("(1) 重启面板服务") print("(2) 停止面板服务") print("(3) 启动面板服务")