mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-07-06 04:52:14 -07:00
fix xlib.console
This commit is contained in:
parent
225c234076
commit
84365372c8
1 changed files with 2 additions and 3 deletions
|
@ -318,7 +318,7 @@ class _Diacon:
|
||||||
with self._lock:
|
with self._lock:
|
||||||
self._input_result = input_result
|
self._input_result = input_result
|
||||||
self._input_request = False
|
self._input_request = False
|
||||||
time.sleep(0.050)
|
time.sleep(0.010)
|
||||||
|
|
||||||
|
|
||||||
def _dialog_thread(self, ):
|
def _dialog_thread(self, ):
|
||||||
|
@ -340,8 +340,7 @@ class _Diacon:
|
||||||
if self._current_dlg is not None:
|
if self._current_dlg is not None:
|
||||||
self._current_dlg.handle_user_input(input_result)
|
self._current_dlg.handle_user_input(input_result)
|
||||||
continue
|
continue
|
||||||
|
time.sleep(0.010)
|
||||||
time.sleep(0.005)
|
|
||||||
|
|
||||||
def _fetch_input(self):
|
def _fetch_input(self):
|
||||||
with self._lock:
|
with self._lock:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue