Skip to content
This repository was archived by the owner on Sep 1, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file.
4 changes: 3 additions & 1 deletion sdk/python/src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ async def main():
and agent.game_statistics.current_stage is Stage.REST
):
if not is_buff_selected:
await asyncio.sleep(DEFAULT_LOOP_INTERVAL) # Wait for the buff list to be updated
await asyncio.sleep(
DEFAULT_LOOP_INTERVAL
) # Wait for the buff list to be updated
await selectBuff(agent)
logging.debug(f"{agent} is waiting for next battle")
is_buff_selected = True
Expand Down
Loading
Loading