diff --git a/cbpi/__init__.py b/cbpi/__init__.py index 4d52643..9843a78 100644 --- a/cbpi/__init__.py +++ b/cbpi/__init__.py @@ -1,3 +1,3 @@ -__version__ = "4.1.8.a12" +__version__ = "4.1.8.a13" __codename__ = "Groundhog Day" diff --git a/cbpi/controller/config_controller.py b/cbpi/controller/config_controller.py index 16c7c02..d63685a 100644 --- a/cbpi/controller/config_controller.py +++ b/cbpi/controller/config_controller.py @@ -87,7 +87,7 @@ class ConfigController: if test == []: update=self.get(str(value.source)+'_update') if update: - logging.warning(update) + result[str(value.source)+'_update']={"value": update} if remove: await self.remove(str(value.source)+'_update') if remove: