mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-09 17:07:43 +01:00
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:
parent
2584b18ce6
commit
b2fe624d08
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
__version__ = "4.0.0.55"
|
||||
__version__ = "4.0.0.56"
|
||||
|
|
|
@ -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))
|
||||
|
||||
|
|
Loading…
Reference in a new issue