mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-07 05:22:06 -07:00
added sumbmodules
This commit is contained in:
parent
6d68692e74
commit
a900a1f02f
1 changed files with 0 additions and 1 deletions
|
@ -421,7 +421,6 @@ class InteractBase(object):
|
|||
sq.put (False)
|
||||
|
||||
def input_in_time (self, str, max_time_sec, answer_key=None):
|
||||
answer_key = answer_key if answer_key is not None else s
|
||||
sq = multiprocessing.Queue()
|
||||
p = multiprocessing.Process(target=self.input_process, args=( sys.stdin.fileno(), sq, str))
|
||||
p.daemon = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue