|
@@ -52,11 +52,11 @@ class JSONRPCClient:
|
|
|
# print(jsonrpclib.history.response)
|
|
|
# time.sleep(3)
|
|
|
|
|
|
- # self.client.get_changes()
|
|
|
- self.client.get_opc_config()
|
|
|
+ self.client.get_changes()
|
|
|
+ # self.client.get_opc_config()
|
|
|
|
|
|
- # print(jsonrpclib.history.request)
|
|
|
- # print(jsonrpclib.history.response)
|
|
|
+ print(jsonrpclib.history.request)
|
|
|
+ print(jsonrpclib.history.response)
|
|
|
|
|
|
|
|
|
class ExampleService:
|