mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-09 17:07:43 +01:00
Update __init__.py
This commit is contained in:
parent
7c94833634
commit
1ddfc56f15
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ class HTTPSensor(CBPiSensor):
|
|||
def __init__(self, cbpi, id, props):
|
||||
super(HTTPSensor, self).__init__(cbpi, id, props)
|
||||
self.running = True
|
||||
self.value = 0
|
||||
|
||||
async def run(self):
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue