Update evdevDriver.py

This commit is contained in:
chrys87 2017-07-24 15:35:27 +02:00 committed by GitHub
parent 898eb1f95c
commit 32e11ac9a7

View File

@ -147,7 +147,7 @@ class driver():
return
uDevice.write_event(event)
uDevice.syn()
time.sleep(0.0001)
time.sleep(0.00001)
def updateInputDevices(self, force = False, init = False):
if init: