Remove non-existed PLCObject method 'ForceReload'
authorAndrey Skvortsov <andrej.skvortzov@gmail.com>
Thu, 16 Aug 2018 10:52:20 +0300
changeset 2286 f0a49a662870
parent 2285 97b4fbca2b62
child 2287 f09f31602ba6
Remove non-existed PLCObject method 'ForceReload'
runtime/WampClient.py
--- a/runtime/WampClient.py	Tue Aug 14 17:00:01 2018 +0300
+++ b/runtime/WampClient.py	Thu Aug 16 10:52:20 2018 +0300
@@ -54,7 +54,6 @@
 ExposedCalls = [
     ("StartPLC", {}),
     ("StopPLC", {}),
-    ("ForceReload", {}),
     ("GetPLCstatus", {}),
     ("NewPLC", {}),
     ("MatchMD5", {}),