1
0
Fork 0

Removes unused variable

This commit is contained in:
Shawn Nock 2017-01-14 11:39:28 -05:00
parent 378abee0e0
commit 95e79037ba
1 changed files with 0 additions and 3 deletions

View File

@ -61,8 +61,5 @@ def get_output(pin_no):
return pin.read()
skip = True
reactor.addSystemEventTrigger('after', 'startup', Controller.alloc_pin,
INPUTS.ResetButton, INPUT, quit, RISING)