mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 13:02:15 -07:00
_
This commit is contained in:
parent
516e23584e
commit
6d122fd742
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ class InteractBase(object):
|
||||||
try:
|
try:
|
||||||
print(str, end='\r')
|
print(str, end='\r')
|
||||||
stdex.suppress_stdout_stderr().__enter__()
|
stdex.suppress_stdout_stderr().__enter__()
|
||||||
inp = input (str)
|
inp = input ()
|
||||||
sq.put (True)
|
sq.put (True)
|
||||||
except:
|
except:
|
||||||
sq.put (False)
|
sq.put (False)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue