diff --git a/botagent/bot_agent.py b/botagent/bot_agent.py index a7561a3..33286b8 100644 --- a/botagent/bot_agent.py +++ b/botagent/bot_agent.py @@ -231,7 +231,7 @@ class SmartBotAgent: while True: turn_info = requests.get(f"{BASE_URL}/turn").json() if not turn_info.get("game_started", False): - print("⏳ [LOBBY] Waiting for game to start via 'Start Game' in UI...", end=" ") + print("⏳ [LOBBY] Waiting for game to start via 'Start Game' in UI...", end="\r") time.sleep(0.5) continue