Skip to content

Commit e3e07d7

Browse files
committed
fix: response encoding type error
1 parent 9c15be1 commit e3e07d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

TMessagesProj/src/main/java/top/qwq2333/nullgram/translate/providers/DeepLTranslator.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ object DeepLTranslator : BaseTranslator() {
8181
client.post("https://www2.deepl.com/jsonrpc") {
8282
contentType(ContentType.Application.Json)
8383
header("Referer", "https://www.deepl.com/")
84-
header("Accept-Encoding", "gzip")
8584
header("User-Agent", "DeepL/1.8(52) Android 13 (Pixel 5;aarch64)")
8685
header("Client-Id", uuid)
8786
header("x-instance", uuid)

0 commit comments

Comments
 (0)