From b2fe624d0826a9704dbc601bab22b555ccb8c73b Mon Sep 17 00:00:00 2001 From: avollkopf <43980694+avollkopf@users.noreply.github.com> Date: Mon, 6 Dec 2021 17:13:49 +0100 Subject: [PATCH] Version change - bumped Version to 4.0.0.56 - Uncommented on push_ update in basic_controller2.py which seemd to cause error messages during startup and is not required --- cbpi/__init__.py | 2 +- cbpi/controller/basic_controller2.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cbpi/__init__.py b/cbpi/__init__.py index db205e1..6fa1e66 100644 --- a/cbpi/__init__.py +++ b/cbpi/__init__.py @@ -1 +1 @@ -__version__ = "4.0.0.55" +__version__ = "4.0.0.56" diff --git a/cbpi/controller/basic_controller2.py b/cbpi/controller/basic_controller2.py index 750bc73..c89b149 100644 --- a/cbpi/controller/basic_controller2.py +++ b/cbpi/controller/basic_controller2.py @@ -102,7 +102,7 @@ class BasicController: logging.info("{} started {}".format(self.name, id)) - await self.push_udpate() +# await self.push_udpate() except Exception as e: logging.error("{} Cant start {} - {}".format(self.name, id, e))