Update __init__.py

This commit is contained in:
Lukas 2021-03-04 15:07:56 +01:00 committed by GitHub
parent 7c94833634
commit 1ddfc56f15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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