Skip to content

Commit

Permalink
Update task.py
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Jan 23, 2024
1 parent fc6c86e commit 6db8a90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion task.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6db8a90

Please sign in to comment.