Update panel_tools.py

This commit is contained in:
Mr Chen 2024-12-10 23:22:54 +08:00
parent 4d9dd26337
commit fcd747c4a5
1 changed files with 2 additions and 2 deletions

View File

@ -50,9 +50,9 @@ def getRemainLen(cmd, max_length=100):
def mwcli(mw_input=0):
panel_dir = mw.getPanelDir()
raw_tip = "=================================================================="
raw_tip = "===================================================================="
if not mw_input:
print("=====================mdserver-web cli tools=======================")
print("======================mdserver-web cli tools========================")
cmd_list = [
'(1) 重启面板服务',
'(2) 停止面板服务',