mirror of
https://github.com/koush/scrypted.git
synced 2026-06-21 17:10:25 +01:00
sdk: add cluster manager
This commit is contained in:
@@ -164,7 +164,7 @@ class ClusterSetup():
|
||||
for key, value in self.peer.params.items():
|
||||
clusterPeer.params[key] = value
|
||||
clusterPeer.onProxySerialization = (
|
||||
lambda value: self.clusterSetup.onProxySerialization(
|
||||
lambda value: self.onProxySerialization(
|
||||
clusterPeer, value, clusterPeerKey
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user