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

Missing refresh

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/trunk@1954 b32b6428-25c9-4566-ad07-03861ab6144f
parent 17b87fae
Branches
No related tags found
No related merge requests found
......@@ -43,7 +43,8 @@ class GW:
if not cfg:
logger.info('Missing config file, building a new one')
cfg = tools.new_cfg(PACKAGE_NAME)
cfg['config']['thermometer'] = tools.get_random_uuid()
cfg['config']['refresh'] = 1
cfg['config']['hygrometer'] = tools.get_random_uuid()
cfg['config']['hygrometer'] = tools.get_random_uuid()
cfg.write()
self.cfg = cfg
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment