Skip to content

Commit

Permalink
to_sss中补充缺少的未知场景sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoZuohong committed Jul 30, 2024
1 parent b52c329 commit 6d4f62f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arknights_mower/utils/solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,8 @@ def to_sss(self):
self.tap_element("sss/squad_button")
elif scene == Scene.SSS_GUIDE:
self.tap_element("sss/close_button")
else:
self.sleep()
except MowerExit:
raise
except Exception as e:
Expand Down

0 comments on commit 6d4f62f

Please sign in to comment.