mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-05 20:42:11 -07:00
added sumbmodules
This commit is contained in:
parent
5999e9f20c
commit
c451c32af7
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ class InteractBase(object):
|
|||
return self.default_answers[answer_key]
|
||||
return None
|
||||
|
||||
def input(self, s, answer_key=None):
|
||||
def input(self, s, answer_key):
|
||||
print(s)
|
||||
ans = self.get_default_answer(answer_key)
|
||||
if ans is not None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue