reduce sleep time

This commit is contained in:
Chrys 2019-10-04 23:55:26 +02:00
parent cda91a1ab6
commit a4b4560a6b

View File

@ -64,7 +64,7 @@ class inputManager():
self.executeDeviceGrab = False
else:
while not self.grabAllDevices():
time.sleep(0.2)
time.sleep(0.1)
self.executeDeviceGrab = False
def sendKeys(self, keyMacro):
for e in keyMacro: