never needed these

This commit is contained in:
petrucci4prez 2017-06-11 18:06:43 -04:00
parent 2738cc3e0e
commit 7e8b302e7c
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ class KeypadListener:
def getInput():
while 1:
r, w, x = select([self._dev], [], [])
select([self._dev], [], [])
for event in self._dev.read():
if event.type == 1 and event.value == 1: