mirror of
https://github.com/google/mozc-devices.git
synced 2025-11-08 16:53:28 +03:00
Merge pull request #16 from google/faster-inference
Shorten the wait time.
This commit is contained in:
@@ -82,7 +82,7 @@ class KeyboardRecorderFromConsole(KeyboardRecorder):
|
|||||||
recording = False
|
recording = False
|
||||||
start_time = None
|
start_time = None
|
||||||
last_time = None
|
last_time = None
|
||||||
wait_seconds = 2
|
wait_seconds = 0.5
|
||||||
data = []
|
data = []
|
||||||
reset_raw_mode = _set_raw_mode_stdin()
|
reset_raw_mode = _set_raw_mode_stdin()
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user