🐛[bugfix] Model : print文削除/speaker energy のエラー発生問題を修正
This commit is contained in:
1
model.py
1
model.py
@@ -139,7 +139,6 @@ class Model:
|
||||
return engine_name
|
||||
|
||||
def getInputTranslate(self, message):
|
||||
print(config.CHOICE_TRANSLATOR, config.AUTH_KEYS)
|
||||
if config.CHOICE_TRANSLATOR == "DeepL_API":
|
||||
if config.TARGET_LANGUAGE == "English":
|
||||
if config.TARGET_COUNTRY in ["United States", "Canada", "Philippines"]:
|
||||
|
||||
Reference in New Issue
Block a user