feat(client_api): erase al non authorized modifications from local client

This commit is contained in:
Swann Martinez
2019-04-22 15:10:23 +02:00
parent 48f9036a98
commit 4222bf62f5

View File

@ -215,6 +215,8 @@ class RCFClientAgent(object):
rcfmsg.send(self.publisher) rcfmsg.send(self.publisher)
else: else:
logger.error("Fail to dump ") logger.error("Fail to dump ")
else:
helpers.load(key,self.property_map[key].body)
elif command == b"ADD": elif command == b"ADD":
key = umsgpack.unpackb(msg[0]) key = umsgpack.unpackb(msg[0])