Commit 2a5819260c7d95c24032ff09ab0ca79af33c5237
1 parent
0a509265
Exists in
dev
bugfix
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/core/pyros_django/agent/AgentDeviceTelescopeGemini.py
... | ... | @@ -66,7 +66,7 @@ class AgentDeviceTelescopeGemini(AgentDevice): |
66 | 66 | RUN_IN_THREAD, |
67 | 67 | device_controller=TelescopeControllerGEMINI, |
68 | 68 | host=self.HOST, port=self.PORT, |
69 | - device_simuzelator=TelescopeGEMINISimulator) | |
69 | + device_simulator=TelescopeGEMINISimulator) | |
70 | 70 | |
71 | 71 | # Initialize the device table status |
72 | 72 | # If table is empty, create a default 1st row | ... | ... |