Beremiz_service.py
changeset 4117 49e297aaf694
parent 4114 8a9986e26dfc
child 4121 ef48f96ccf06
--- a/Beremiz_service.py	Wed Feb 26 16:30:09 2025 +0100
+++ b/Beremiz_service.py	Wed Feb 26 16:31:59 2025 +0100
@@ -551,7 +551,7 @@
 
     if havewamp:
         try:
-            WC.RegisterWampClient(wampconf, PSKpath, ConfDir, KeyStore)
+            WC.RegisterWampClient(wampconf, PSKpath, ConfDir, KeyStore, servicename)
             WC.RegisterWebSettings(NS)
         except Exception:
             LogMessageAndException(_("WAMP client startup failed. "))