Merge pull request #17 from google/faster_wait

Shorten the waiting time until inference
This commit is contained in:
Makoto Shimazu
2018-08-04 07:53:38 +09:00
committed by GitHub

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: