mirror of
https://github.com/google/mozc-devices.git
synced 2025-11-08 16:53:28 +03:00
Merge pull request #17 from google/faster_wait
Shorten the waiting time until inference
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user