From 0141028d413213d565f1c42e7ce3cf9362f35d1f Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 11 Mar 2023 15:02:15 +0800 Subject: [PATCH] Update config_api.py --- class/core/config_api.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/class/core/config_api.py b/class/core/config_api.py index bb225a18d..ecb547b45 100755 --- a/class/core/config_api.py +++ b/class/core/config_api.py @@ -452,10 +452,10 @@ class config_api: mw.execShell('rm -rf ' + dst_csrpath) if os.path.exists(dst_keypath): mw.execShell('rm -rf ' + dst_keypath) - mw.restartWeb() + # mw.restartWeb() return mw.returnJson(True, '已经删除SSL!') - mw.restartWeb() + # mw.restartWeb() return mw.returnJson(False, '已经不存在SSL!') # 申请面板let证书