Commit 451a6662 by lei

1

parent 04fa942b
...@@ -226,7 +226,6 @@ class ToWork: ...@@ -226,7 +226,6 @@ class ToWork:
async def check_img_load_process(self, page, task): async def check_img_load_process(self, page, task):
logger.info('开始检测任务状态') logger.info('开始检测任务状态')
# 先写单个任务的,获取最后一张图片 # 先写单个任务的,获取最后一张图片
while True:
# 获取开始时间 # 获取开始时间
start_time = get_current_time() start_time = get_current_time()
while True: while True:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment