Skip to content

Commit a7e06d3

Browse files
authored
fixed a bug with the gzip encoding
1 parent eca0490 commit a7e06d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ def _get_headers(self):
169169
'User-Agent': random.choice(user_agents),
170170
'Accept': 'application/json, text/plain, */*',
171171
'Accept-Language': 'en-US,en;q=0.9',
172-
'Accept-Encoding': 'gzip, deflate, br',
173172
'DNT': '1',
174173
'Connection': 'keep-alive',
175174
'Cache-Control': 'no-cache',

0 commit comments

Comments
 (0)