Update evdevDriver.py

This commit is contained in:
chrys87
2018-05-18 11:54:43 +02:00
committed by GitHub
parent 0ee55d1ede
commit 517a8706f8

View File

@ -79,7 +79,7 @@ class driver(inputDriver):
return time.time() return time.time()
def plugInputDeviceWatchdogTimer(self, active): def plugInputDeviceWatchdogTimer(self, active):
time.sleep(10) time.sleep(10)
return time.time() return None
def inputWatchdog(self,active , eventQueue): def inputWatchdog(self,active , eventQueue):
try: try: