diff --git a/core/interact/interact.py b/core/interact/interact.py index 0bccc94..266761d 100644 --- a/core/interact/interact.py +++ b/core/interact/interact.py @@ -221,12 +221,9 @@ class InteractBase(object): return ar def get_default_answer(self, answer_key): - #Scrivere su file answer key #f = open("/home/deepfake/interact.txt", "a") #f.write(answer_key + "\n") #f.close() - cmd = 'pwd' - os.system(cmd) if answer_key in self.default_answers: return self.default_answers[answer_key] return None diff --git a/core/interact/no_interact_dict.py b/core/interact/no_interact_dict.py index 38d612e..082a6f2 100644 --- a/core/interact/no_interact_dict.py +++ b/core/interact/no_interact_dict.py @@ -3,7 +3,7 @@ import os dictionary = { '4' : '\n', - '5' : '0', + '5' : 'ciao', 'Output image format':'png', 'NoInteractiveMode':'True', 'Which GPU indexes to choose?': '0',