Update task.py

This commit is contained in:
Mr Chen 2024-01-23 23:41:06 +08:00
parent fc6c86e3ce
commit 6db8a906ff
1 changed files with 2 additions and 1 deletions

View File

@ -506,7 +506,8 @@ def checkPHPVersion(version):
return False
# 检查Web服务是否启动
# if result.find('Connection refused') != -1:
if result.find('Connection refused') != -1:
return False
# global isTask
# if os.path.exists(isTask):
# isStatus = mw.readFile(isTask)