From 4222bf62f5f1e7a6f2177533bb9d448fae04c4ec Mon Sep 17 00:00:00 2001 From: Swann Martinez Date: Mon, 22 Apr 2019 15:10:23 +0200 Subject: [PATCH] feat(client_api): erase al non authorized modifications from local client --- client.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client.py b/client.py index 535f3e6..ae4aca4 100644 --- a/client.py +++ b/client.py @@ -215,6 +215,8 @@ class RCFClientAgent(object): rcfmsg.send(self.publisher) else: logger.error("Fail to dump ") + else: + helpers.load(key,self.property_map[key].body) elif command == b"ADD": key = umsgpack.unpackb(msg[0])