Fixed syntax error ಠ_ಠ
This commit is contained in:
parent
3ced7862ab
commit
160f731281
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ class SensorReadout:
|
|||
ANALOG = 1
|
||||
DIGITAL = 2
|
||||
|
||||
def __init__(self, poll_rate=0.2, handler):
|
||||
def __init__(self, handler, poll_rate=0.2):
|
||||
self.poll_rate = poll_rate
|
||||
self.handler = handler
|
||||
self.peers = {}
|
||||
|
|
Reference in a new issue