Skip to content

Commit

Permalink
style: Rename simput proxy creation function
Browse files Browse the repository at this point in the history
  • Loading branch information
Jo-Byr committed Dec 18, 2024
1 parent c0fd243 commit 38a0533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trame_simput/module/protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 38a0533

Please sign in to comment.