connectors/PYRO/__init__.py
changeset 2314 e927c101ce6d
parent 2313 2eaf235270f8
child 2324 1cf3768ebf85
--- a/connectors/PYRO/__init__.py	Thu Oct 18 11:01:14 2018 +0200
+++ b/connectors/PYRO/__init__.py	Thu Oct 18 13:17:48 2018 +0200
@@ -53,7 +53,7 @@
     servicetype, location = uri.split("://")
     if servicetype == "PYROS":
         import connectors.PYRO.PSK_Adapter
-        schemename = "PYROPSK"
+        schemename = "PYROLOCPSK"
         url, ID = location.split('#')
         # load PSK from project
         secpath = os.path.join(str(confnodesroot.ProjectPath), 'psk', ID+'.secret')