mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-05-12 01:25:46 +02:00
fix: make gui client registry callback non static
This commit is contained in:
@@ -250,7 +250,6 @@ class BECGuiClient(RPCBase):
|
||||
self._client.connector.register(
|
||||
MessageEndpoints.gui_registry_state(self._gui_id),
|
||||
cb=self._handle_registry_update,
|
||||
parent=self,
|
||||
from_start=True,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user