Commit f1cf3669 by lei

1

parent 15eda885
...@@ -250,7 +250,7 @@ class ToWork: ...@@ -250,7 +250,7 @@ class ToWork:
# 回调 # 回调
await self.img_callback(task, '', title) await self.img_callback(task, '', title)
return return
elif '(Waiting to start)' not in title and '正在发送命令' not in title and 'fast' in title: elif '%' not in title and '(Waiting to start)' not in title and '正在发送命令' not in title and 'fast' in title:
logger.info('任务完成') logger.info('任务完成')
# 最后一个链接 # 最后一个链接
'//*[@id="message-accessories-1095187577776124025"]/div[1]/div/div/div/div/div/a' '//*[@id="message-accessories-1095187577776124025"]/div[1]/div/div/div/div/div/a'
......
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