From e92151c9c533bf8a99987b88f2544f23bbe1e646 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sat, 11 May 2024 13:52:52 +0800 Subject: [PATCH] Update site_api.py --- class/core/site_api.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/class/core/site_api.py b/class/core/site_api.py index bbaf2a71c..ca3983da2 100755 --- a/class/core/site_api.py +++ b/class/core/site_api.py @@ -2032,8 +2032,6 @@ location ^~ {from} {\n\ conf_proxy = "{}/{}.conf".format(self.getProxyPath(_siteName), _id) conf_bk = "{}/{}.conf.txt".format(self.getProxyPath(_siteName), _id) - - print(tpl) mw.writeFile(conf_proxy, tpl) rule_test = mw.checkWebConfig()