fix typos

This commit is contained in:
chrys
2016-09-21 18:07:28 +02:00
parent 5f77198e80
commit 9c571ba032
2 changed files with 31 additions and 29 deletions

View File

@ -22,7 +22,7 @@ class driver():
self.getInputDevices(environment)
def shutdown(self, environment):
pass
def getInput(self, environment):
def getInputEvent(self, environment):
event = None
r, w, x = select(self.iDevices, [], [], environment['runtime']['settingsManager'].getSettingAsFloat(environment, 'screen', 'screenUpdateDelay'))
if r != []: