Skip to content
Snippets Groups Projects
Commit 0389b263 authored by jkerdreu's avatar jkerdreu
Browse files

Summary: Cleanup

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/trunk@1854 b32b6428-25c9-4566-ad07-03861ab6144f
parent c136f606
No related branches found
No related tags found
No related merge requests found
......@@ -22,8 +22,6 @@ def send_xaal_request(sid,addr,action,body):
@socket.on('query_attributes')
def query_attributes(sid,addr):
#env = socket.environ[sid]
#print('Quering cache for %s for %s/%s' % (addr,env['REMOTE_ADDR'],sid))
dev = xaal_core.get_device(str(addr))
if dev:
msg = { 'address': dev.address,'attributes':dev.attributes}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment