Skip to content

Commit bc0c87c

Browse files
committed
fix: add log_path back again
1 parent d15f087 commit bc0c87c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/balatrollm/bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ async def _init_game(self, base_dir: Path = Path.cwd()) -> dict[str, Any]:
400400
"stake": self.config.stake,
401401
"seed": self.config.seed,
402402
"challenge": self.config.challenge,
403-
# "log_path": self.data_collector.run_dir / "gamestates.jsonl",
403+
"log_path": self.data_collector.run_dir / "gamestates.jsonl",
404404
}
405405

406406
return self.balatro_client.send_message("start_run", start_run_args)

0 commit comments

Comments
 (0)