Update index.py

This commit is contained in:
midoks 2022-09-26 20:57:37 +08:00
parent 7e78c2dac4
commit 7deaf2822a
1 changed files with 0 additions and 1 deletions

View File

@ -188,7 +188,6 @@ class App:
def run_log(self):
ilog = self.getServerDir() + '/logs/imail.log'
if not os.path.exists(ilog):
return mw.returnJson(False, "请先安装初始化!<br/>默认地址:http://" + mw.getLocalIp() + ":1080")