We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca0490 commit a7e06d3Copy full SHA for a7e06d3
src/client.py
@@ -169,7 +169,6 @@ def _get_headers(self):
169
'User-Agent': random.choice(user_agents),
170
'Accept': 'application/json, text/plain, */*',
171
'Accept-Language': 'en-US,en;q=0.9',
172
- 'Accept-Encoding': 'gzip, deflate, br',
173
'DNT': '1',
174
'Connection': 'keep-alive',
175
'Cache-Control': 'no-cache',
0 commit comments