From 95e79037bafb76efde19d8a725811ca78078e9f6 Mon Sep 17 00:00:00 2001 From: Shawn Nock Date: Sat, 14 Jan 2017 11:39:28 -0500 Subject: [PATCH] Removes unused variable --- software/src/trespassed/gpio.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/software/src/trespassed/gpio.py b/software/src/trespassed/gpio.py index 3a8221d..629ab9b 100644 --- a/software/src/trespassed/gpio.py +++ b/software/src/trespassed/gpio.py @@ -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)