Skip to content

Commit

Permalink
fix(single-mode): should wait aoharu main scene connecting
Browse files Browse the repository at this point in the history
close #348
  • Loading branch information
NateScarlet committed Aug 20, 2022
1 parent b8fcaef commit 418eb20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auto_derby/scenes/single_mode/aoharu_main.py
Expand Up @@ -24,6 +24,7 @@ def _enter(cls, ctx: SceneHolder) -> Scene:
if ctx.scene.name() == "single-mode-aoharu-competitor":
action.wait_tap_image(templates.RETURN_BUTTON)
action.wait_image(templates.SINGLE_MODE_AOHARU_FORMAL_RACE_BANNER)
action.wait_image_disappear(templates.CONNECTING)
return cls()

def go_race(self) -> None:
Expand Down

0 comments on commit 418eb20

Please sign in to comment.