connectors/PYRO/__init__.py
changeset 3808 3e219f00151a
parent 3805 5a66d4be2e49
child 3881 0b3ac94f494c
--- a/connectors/PYRO/__init__.py	Thu May 18 00:04:03 2023 +0200
+++ b/connectors/PYRO/__init__.py	Sat May 20 00:33:22 2023 +0200
@@ -38,7 +38,8 @@
 import importlib
 
 
-Pyro5.config.SERPENT_BYTES_REPR = True
+Pyro5.config.SERIALIZER = "msgpack"
+
 
 def PYRO_connector_factory(uri, confnodesroot):
     """