From e4437e42f3339a8255594c75cf3d26f075266638 Mon Sep 17 00:00:00 2001 From: midoks Date: Thu, 10 Aug 2023 21:19:49 +0800 Subject: [PATCH] Update site_api.py --- class/core/site_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class/core/site_api.py b/class/core/site_api.py index 12b16d858..a18bfc9f0 100755 --- a/class/core/site_api.py +++ b/class/core/site_api.py @@ -2760,7 +2760,7 @@ location ^~ {from} {\n\ self.saveCert(keyPath, certPath) - msg = mw.getInfo('网站[{1}]开启SSL成功!', siteName) + msg = mw.getInfo('网站[{}]开启SSL成功!', siteName) mw.writeLog('网站管理', msg) mw.restartWeb()