Beremiz_service.py
branch#2486
changeset 2205 4c74218b42e1
parent 2204 25dafeb98b55
child 2211 46447d99e5f9
--- a/Beremiz_service.py	Mon May 14 08:45:44 2018 +0200
+++ b/Beremiz_service.py	Mon May 14 13:05:54 2018 +0200
@@ -619,7 +619,7 @@
     if wampconf is not None:
         try:
             WC.SetServer(pyroserver, wampconf, wampsecret)
-            _wampconf = WC.LoadWampClientConf()
+            _wampconf = WC.GetConfiguration()
             if _wampconf:
                 if _wampconf.get("url", False) and _wampconf.get("active", False):  # TODO : test more ?
                     WC.RegisterWampClient()