mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 13:02:15 -07:00
added sumbmodules
This commit is contained in:
parent
463752752a
commit
ab7fe2e42d
1 changed files with 6 additions and 0 deletions
|
@ -427,6 +427,12 @@ class InteractBase(object):
|
||||||
p.start()
|
p.start()
|
||||||
t = time.time()
|
t = time.time()
|
||||||
if 'Override' in self.default_answers:
|
if 'Override' in self.default_answers:
|
||||||
|
p.terminate()
|
||||||
|
p.join()
|
||||||
|
|
||||||
|
old_stdin = sys.stdin
|
||||||
|
sys.stdin = os.fdopen( os.dup(sys.stdin.fileno()) )
|
||||||
|
old_stdin.close()
|
||||||
return True
|
return True
|
||||||
|
|
||||||
inp = False
|
inp = False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue