fix(rcf): debug

This commit is contained in:
Swann Martinez
2019-04-15 16:21:50 +02:00
parent b43e182094
commit c649f8fe8f
4 changed files with 45 additions and 207 deletions

View File

@ -73,6 +73,7 @@ class RCFServerAgent():
client_dict = {}
client_dict['location'] = [0,0,0]
client_dict['color'] = [0,0,0]
client_dict['active_object'] = ''
client_store = message.RCFMessage(key=client_key, id=identity,body=client_dict)
logger.info(client_store)