connectors/WAMP/__init__.py
changeset 1750 acf02488f37f
parent 1749 d73b64672238
child 1753 19f19c66b67e
--- a/connectors/WAMP/__init__.py	Wed Aug 16 12:48:08 2017 +0300
+++ b/connectors/WAMP/__init__.py	Wed Aug 16 12:53:23 2017 +0300
@@ -99,6 +99,7 @@
         return conn
 
     AddToDoBeforeQuit = confnodesroot.AppFrame.AddToDoBeforeQuit
+
     def ThreadProc():
         global _WampConnection
         _WampConnection = RegisterWampClient()
@@ -107,6 +108,7 @@
 
     def WampSessionProcMapper(funcname):
         wampfuncname = '.'.join((ID, funcname))
+
         def catcher_func(*args, **kwargs):
             global _WampSession
             if _WampSession is not None: