feat: undo not authorised operation

This commit is contained in:
Swann Martinez
2019-05-09 15:29:00 +02:00
parent 385d416e6c
commit 34854f43e5
4 changed files with 24 additions and 10 deletions

View File

@ -460,7 +460,7 @@ def rcf_client_worker(ctx,store, pipe, serial_product, serial_feed, stop_event):
if value:
# Stamp with id
value['id'] = agent.id.decode()
# Format massage
rcfmsg = message.RCFMessage(
key=key, id=agent.id, body=value)