修复不跑单时选人找不到confirm_blue的问题
All checks were successful
ci/woodpecker/push/check_format Pipeline was successful
All checks were successful
ci/woodpecker/push/check_format Pipeline was successful
This commit is contained in:
parent
002d654f14
commit
f2d94359a6
1 changed files with 2 additions and 1 deletions
|
@ -68,7 +68,8 @@ class RIIC_ChooseSolver(SceneGraphSolver, BaseMixin):
|
|||
logger.info(f"开始选择干员:{self.agent[0]}")
|
||||
|
||||
else:
|
||||
self.sleep(self.check_wait_time())
|
||||
if self.wait_time > 0:
|
||||
self.sleep(self.check_wait_time())
|
||||
self.tap("confirm_blue")
|
||||
self.success = True
|
||||
|
||||
|
|
Loading…
Reference in a new issue