Skip to content

Commit

Permalink
Update custom_bot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Leviaria authored Jun 20, 2024
1 parent 09de14f commit bc4d4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clashroyalebuildabot/bot/example/custom_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def step(self):
self.set_state()
new_screen = self.state.screen
if new_screen != old_screen:
logger.debug(f"New screen state: {new_screen}")
logger.info(f"New screen state: {new_screen}")

if new_screen == "end_of_game":
logger.info("End of game detected. Waiting 10 seconds for battle button")
Expand Down

0 comments on commit bc4d4a3

Please sign in to comment.