beremiz

Fix SetServer method in WAMP

2018-08-16, Andrey Skvortsov
f09f31602ba6
Parents f0a49a662870
Children 5f59e898b2e4
Fix SetServer method in WAMP
--- a/runtime/WampClient.py Thu Aug 16 10:52:20 2018 +0300
+++ b/runtime/WampClient.py Thu Aug 16 10:53:54 2018 +0300
@@ -338,6 +338,7 @@
def SetServer(pysrv):
+ global _PySrv
_PySrv = pysrv