fix things

This commit is contained in:
root
2016-07-12 16:51:26 +02:00
parent d17135da01
commit f67176771a
3 changed files with 20 additions and 14 deletions

View File

@ -11,7 +11,7 @@ class inputManager():
#for dev in self.devices.values(): print(dev)
def getKeyPressed(self, environment):
r, w, x = select(self.devices, [], [],0)
r, w, x = select(self.devices, [], [])
currShortcut = environment['input']['currShortcut']
if r != []:
for fd in r: