Skip to content
Snippets Groups Projects
Commit 9c9d974d authored by jkerdreu's avatar jkerdreu
Browse files

Fix set_db


git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/trunk@2180 b32b6428-25c9-4566-ad07-03861ab6144f
parent 7b5a474d
Branches
No related tags found
No related merge requests found
......@@ -84,4 +84,4 @@ def update_kv(addr,kv):
body = {'device':dev.address,'map':kv}
print(body)
send_request(db_server,'updateKeysValues',body)
dev.update_cache_db(kv)
\ No newline at end of file
dev.set_db(kv)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment