mirror of
https://github.com/OwO-Network/DeepLX.git
synced 2025-04-19 14:13:24 +00:00
Compare commits
No commits in common. "ac8ec2379028fe70d343f367e56c25b55b8a7434" and "1bef182a157b756fc9ed51bac0c5f79f913f33e9" have entirely different histories.
ac8ec23790
...
1bef182a15
@ -138,7 +138,7 @@ func TranslateByDeepLX(sourceLang string, targetLang string, translateText strin
|
||||
if err != nil {
|
||||
return DeepLXTranslationResult{
|
||||
Code: http.StatusServiceUnavailable,
|
||||
Message: "Unknown error",
|
||||
Message: "Unkown error",
|
||||
}, nil
|
||||
}
|
||||
transport := &http.Transport{
|
||||
|
Loading…
Reference in New Issue
Block a user