Removed now deprecated ForceReload from WAMP exposed calls
authorEdouard Tisserant
Mon, 13 Aug 2018 14:58:59 +0200
changeset 2264 cbdac78eb93c
parent 2263 5227f54f6369
child 2265 2de61e2fbf14
Removed now deprecated ForceReload from WAMP exposed calls
runtime/WampClient.py
--- a/runtime/WampClient.py	Mon Aug 13 13:24:48 2018 +0200
+++ b/runtime/WampClient.py	Mon Aug 13 14:58:59 2018 +0200
@@ -54,7 +54,6 @@
 ExposedCalls = [
     ("StartPLC", {}),
     ("StopPLC", {}),
-    ("ForceReload", {}),
     ("GetPLCstatus", {}),
     ("NewPLC", {}),
     ("MatchMD5", {}),