mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-15 11:02:36 +02:00
fix bug
This commit is contained in:
parent
db8b2976a1
commit
b2aac3ebd5
1 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ from pathlib import Path
|
|||
|
||||
import typer
|
||||
|
||||
from metagpt.config2 import config
|
||||
from metagpt.config2 import Config
|
||||
from metagpt.environment.android.android_env import AndroidEnv
|
||||
from metagpt.ext.android_assistant.roles.android_assistant import AndroidAssistant
|
||||
from metagpt.team import Team
|
||||
|
|
@ -41,6 +41,7 @@ def startup(
|
|||
),
|
||||
device_id: str = typer.Option(default="emulator-5554", help="The Android device_id"),
|
||||
):
|
||||
config = Config.default()
|
||||
config.extra = {
|
||||
"stage": stage,
|
||||
"mode": mode,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue