runtime/WampClient.py
changeset 1878 fb73a6b6622d
parent 1850 614396cbffbf
child 1881 091005ec69c4
--- a/runtime/WampClient.py	Thu Oct 19 10:57:35 2017 +0300
+++ b/runtime/WampClient.py	Thu Oct 19 11:03:03 2017 +0300
@@ -36,18 +36,19 @@
 _WampSession = None
 _PySrv = None
 
-ExposedCalls = ["StartPLC",
-                "StopPLC",
-                "ForceReload",
-                "GetPLCstatus",
-                "NewPLC",
-                "MatchMD5",
-                "SetTraceVariablesList",
-                "GetTraceVariables",
-                "RemoteExec",
-                "GetLogMessage",
-                "ResetLogCount",
-                ]
+ExposedCalls = [
+    "StartPLC",
+    "StopPLC",
+    "ForceReload",
+    "GetPLCstatus",
+    "NewPLC",
+    "MatchMD5",
+    "SetTraceVariablesList",
+    "GetTraceVariables",
+    "RemoteExec",
+    "GetLogMessage",
+    "ResetLogCount",
+]
 
 SubscribedEvents = []