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
c66db83b17
commit
c8df5d3f18
1 changed files with 1 additions and 1 deletions
|
@ -415,7 +415,7 @@ class InteractBase(object):
|
|||
def input_process(self, stdin_fd, sq, str):
|
||||
sys.stdin = os.fdopen(stdin_fd)
|
||||
try:
|
||||
inp = self.input (str)
|
||||
inp = input (str)
|
||||
sq.put (True)
|
||||
except:
|
||||
sq.put (False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue