runtime/WampClient.py
changeset 2265 2de61e2fbf14
parent 2264 cbdac78eb93c
child 2305 56f1d8aca886
child 2306 908471b344ba
equal deleted inserted replaced
2264:cbdac78eb93c 2265:2de61e2fbf14
   336         return "Connecting"
   336         return "Connecting"
   337     return "Disconnected"
   337     return "Disconnected"
   338 
   338 
   339 
   339 
   340 def SetServer(pysrv):
   340 def SetServer(pysrv):
       
   341     global _PySrv
   341     _PySrv = pysrv
   342     _PySrv = pysrv
   342 
   343 
   343 
   344 
   344 # WEB CONFIGURATION INTERFACE
   345 # WEB CONFIGURATION INTERFACE
   345 WAMP_SECRET_URL = "secret"
   346 WAMP_SECRET_URL = "secret"