Commit 2a5819260c7d95c24032ff09ab0ca79af33c5237

Authored by Etienne Pallier
1 parent 0a509265
Exists in dev

bugfix

src/core/pyros_django/agent/AgentDeviceTelescopeGemini.py
@@ -66,7 +66,7 @@ class AgentDeviceTelescopeGemini(AgentDevice): @@ -66,7 +66,7 @@ class AgentDeviceTelescopeGemini(AgentDevice):
66 RUN_IN_THREAD, 66 RUN_IN_THREAD,
67 device_controller=TelescopeControllerGEMINI, 67 device_controller=TelescopeControllerGEMINI,
68 host=self.HOST, port=self.PORT, 68 host=self.HOST, port=self.PORT,
69 - device_simuzelator=TelescopeGEMINISimulator) 69 + device_simulator=TelescopeGEMINISimulator)
70 70
71 # Initialize the device table status 71 # Initialize the device table status
72 # If table is empty, create a default 1st row 72 # If table is empty, create a default 1st row