diff --git a/trame_simput/module/protocol.py b/trame_simput/module/protocol.py index 4a40237..99526d3 100644 --- a/trame_simput/module/protocol.py +++ b/trame_simput/module/protocol.py @@ -34,7 +34,7 @@ def reset_cache(self): self.net_cache_domains = {} @exportRpc("simput.create_proxy") - def test(self, manager_id, proxy_type): + def create_proxy(self, manager_id, proxy_type): pxm = get_simput_manager(manager_id).proxymanager proxy = pxm.create(proxy_type) return proxy.id