Update index.py
This commit is contained in:
parent
7e78c2dac4
commit
7deaf2822a
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue