From a3b1820db0c5b38ec8375f94359e17e4cc81850f Mon Sep 17 00:00:00 2001 From: Etienne Pallier Date: Thu, 6 Oct 2022 16:56:44 +0200 Subject: [PATCH] bugfix pyros.py --- pyros.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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