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
This commit is contained in:
avollkopf 2021-12-06 17:13:49 +01:00
parent 2584b18ce6
commit b2fe624d08
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
__version__ = "4.0.0.55"
__version__ = "4.0.0.56"

View file

@ -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))