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()