mirror of
https://github.com/OwO-Network/DeepLX.git
synced 2024-11-16 02:32:20 +08:00
Update translate.go
This commit is contained in:
parent
9e8c68fc94
commit
ac8ec23790
|
@ -138,7 +138,7 @@ func TranslateByDeepLX(sourceLang string, targetLang string, translateText strin
|
|||
if err != nil {
|
||||
return DeepLXTranslationResult{
|
||||
Code: http.StatusServiceUnavailable,
|
||||
Message: "Uknown error",
|
||||
Message: "Unknown error",
|
||||
}, nil
|
||||
}
|
||||
transport := &http.Transport{
|
||||
|
|
Loading…
Reference in New Issue
Block a user