mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-10 23:33:30 -07:00
_
This commit is contained in:
parent
b093112f2f
commit
803f7f9717
1 changed files with 2 additions and 1 deletions
|
@ -364,6 +364,7 @@ class InteractBase(object):
|
|||
except:
|
||||
sq.put (False)
|
||||
|
||||
print("111")
|
||||
outnull_file = open(os.devnull, 'w')
|
||||
errnull_file = open(os.devnull, 'w')
|
||||
|
||||
|
@ -381,7 +382,7 @@ class InteractBase(object):
|
|||
|
||||
sys.stdout = outnull_file
|
||||
sys.stderr = errnull_file
|
||||
|
||||
print("222")
|
||||
|
||||
def input_in_time (self, str, max_time_sec):
|
||||
sq = multiprocessing.Queue()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue