fix path problem

This commit is contained in:
better629 2024-03-29 00:25:51 +08:00
parent a0efe97c71
commit e3e49eee03
3 changed files with 4 additions and 3 deletions

View file

@ -62,7 +62,7 @@ def startup(
)
)
team.hire([AndroidAssistant(output_root_dir=Path(__file__))])
team.hire([AndroidAssistant(output_root_dir=Path(__file__).parent)])
team.invest(investment)
team.run_project(idea=task_desc)
asyncio.run(team.run(n_round=n_round))