Skip to content
Snippets Groups Projects
Commit 7ce82056 authored by jkerdreu's avatar jkerdreu
Browse files

Fix 0.7 addr in cfg



git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@2566 b32b6428-25c9-4566-ad07-03861ab6144f
parent 95b31764
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ def register_device(engine):
cfg.write()
dev = Device("notification.desktop")
dev.address = cfg['config']['addr']
dev.address = tools.get_uuid(cfg['config']['addr'])
dev.product_id = "GTK Notification device"
dev.vendor_id = "IHSEV TEAM"
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