diff -r da5f1fa46f2b -r fb73a6b6622d runtime/WampClient.py --- 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 = []