diff --git a/pyros.py b/pyros.py index 7618d84..c3a712f 100755 --- a/pyros.py +++ b/pyros.py @@ -46,6 +46,7 @@ DEV = True PYROS_DJANGO_BASE_DIR = "src/core/pyros_django" + if DEV: INIT_FIXTURE = "initial_fixture_dev_TZ.json" else: @@ -60,7 +61,7 @@ AGENTS = { "AgentSP": "scientific_programs", "AgentScheduler": "scheduler", "AgentImagesProcessor": "observation_manager", - "AgentSST": "agent", + "agentSST": "agent", "Agent": "agent", "Agent2": "agent", "AgentX": "agent", -- libgit2 0.21.2