Skip to content
Snippets Groups Projects
Commit 6018dfc2 authored by jkerdreu's avatar jkerdreu
Browse files

use get_uuid() now



git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@2666 b32b6428-25c9-4566-ad07-03861ab6144f
parent 36ac2787
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ def setup_xaal():
cfg['config']['port'] = 8080
cfg.write()
dev = Device("hmi.basic")
dev.address = tools.str_to_uuid(cfg['config']['addr'])
dev.address = tools.get_uuid(cfg['config']['addr'])
dev.vendor_id = "IHSEV"
dev.product_id = "REST API"
dev.version = 0.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment