Merge branch 'bugfix_deepl' into develop
This commit is contained in:
@@ -1172,7 +1172,7 @@ class Controller:
|
|||||||
response = {
|
response = {
|
||||||
"status":400,
|
"status":400,
|
||||||
"result":{
|
"result":{
|
||||||
"message":"DeepL auth key length is not correct",
|
"message":"Authentication failure of deepL auth key",
|
||||||
"data": config.AUTH_KEYS[translator_name]
|
"data": config.AUTH_KEYS[translator_name]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1180,7 +1180,7 @@ class Controller:
|
|||||||
response = {
|
response = {
|
||||||
"status":400,
|
"status":400,
|
||||||
"result":{
|
"result":{
|
||||||
"message":"Authentication failure of deepL auth key",
|
"message":"DeepL auth key length is not correct",
|
||||||
"data": config.AUTH_KEYS[translator_name]
|
"data": config.AUTH_KEYS[translator_name]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user