Update system.py

This commit is contained in:
Mr Chen 2024-12-09 00:18:03 +08:00
parent 3501323a12
commit b69c986dcd
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ def restart():
@panel_login_required
def restart_server():
if mw.isAppleSystem():
return mw.returnData(False, "开发环境不可重起")
return mw.returnData(False, "开发环境不可重起!")
sys.restartServer()
return mw.returnData(True, '正在重启服务器!')