Skip to content
Snippets Groups Projects
Commit 2eadcd81 authored by jkerdreu's avatar jkerdreu
Browse files

Fix missing uuid

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@2321 b32b6428-25c9-4566-ad07-03861ab6144f
parent cf6a39b7
No related branches found
No related tags found
No related merge requests found
......@@ -117,6 +117,7 @@ def send_request(addr,action):
body.update({k:request.query[k]})
response.headers['Content-Type'] = 'application/json'
uid = tools.str_to_uuid(addr)
dev = search_device(addr)
if dev:
monitor.engine.send_request(monitor.dev,[uid,],action,body)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment