🐛[bugfix] Model : print文削除/speaker energy のエラー発生問題を修正

This commit is contained in:
misyaguziya
2023-10-20 17:29:36 +09:00
parent b63990d4ce
commit 5f3f3afeb7
3 changed files with 1 additions and 2 deletions

View File

@@ -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"]: