Fix SetServer method in WAMP
authorAndrey Skvortsov <andrej.skvortzov@gmail.com>
Thu, 16 Aug 2018 10:53:54 +0300
changeset 2287 f09f31602ba6
parent 2286 f0a49a662870
child 2288 5f59e898b2e4
Fix SetServer method in WAMP
runtime/WampClient.py
--- 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