Back out 'bug fix' and fix some spacing in help text.

This commit is contained in:
Scott Silver 2022-12-04 22:16:53 +00:00
parent 6ee6fd2c20
commit 4b2a207ab7
1 changed files with 2 additions and 3 deletions

View File

@ -1130,7 +1130,6 @@ class Speedtest(object):
headers = {}
if gzip:
headers['Accept-Encoding'] = 'gzip'
headers['Accept'] = 'text/html,application/xhtml+xml,application/xml'
request = build_request('://www.speedtest.net/speedtest-config.php',
headers=headers, secure=self._secure)
uh, e = catch_request(request, opener=self._opener)