Shorten the waiting time until inference

This commit is contained in:
Makoto Shimazu
2018-08-03 23:27:17 +09:00
parent d2c116ea57
commit 8268e4e44a

View File

@@ -159,7 +159,7 @@ class KeyboardRecorderFromEvdev(KeyboardRecorder):
52: '.',
53: '/'
}
WAIT_SECONDS = 2
WAIT_SECONDS = 0.5
def __init__(self, verbose=False):
if evdev is None: