Update evdevDriver.py

This commit is contained in:
chrys87 2018-05-18 11:54:43 +02:00 committed by GitHub
parent 0ee55d1ede
commit 517a8706f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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