Commit 20c3d7c15146965b54237ebcfff607f1aa549fca

Authored by Alexis Koralewski
2 parents 3f377aca a3b1820d
Exists in dev

Merge branch 'dev' of https://gitlab.irap.omp.eu/epallier/pyros into dev

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
@@ -46,6 +46,7 @@ DEV = True @@ -46,6 +46,7 @@ DEV = True
46 46
47 47
48 PYROS_DJANGO_BASE_DIR = "src/core/pyros_django" 48 PYROS_DJANGO_BASE_DIR = "src/core/pyros_django"
  49 +
49 if DEV: 50 if DEV:
50 INIT_FIXTURE = "initial_fixture_dev_TZ.json" 51 INIT_FIXTURE = "initial_fixture_dev_TZ.json"
51 else: 52 else:
@@ -60,7 +61,7 @@ AGENTS = { @@ -60,7 +61,7 @@ AGENTS = {
60 "AgentSP": "scientific_programs", 61 "AgentSP": "scientific_programs",
61 "AgentScheduler": "scheduler", 62 "AgentScheduler": "scheduler",
62 "AgentImagesProcessor": "observation_manager", 63 "AgentImagesProcessor": "observation_manager",
63 - "AgentSST": "agent", 64 + "agentSST": "agent",
64 "Agent": "agent", 65 "Agent": "agent",
65 "Agent2": "agent", 66 "Agent2": "agent",
66 "AgentX": "agent", 67 "AgentX": "agent",