mirror of
https://github.com/sivel/speedtest-cli.git
synced 2026-05-13 16:47:54 +00:00
Fix linting error
This commit is contained in:
parent
a8a3265001
commit
72bf53affa
1 changed files with 2 additions and 1 deletions
|
|
@ -1526,7 +1526,8 @@ class Speedtest(object):
|
|||
headers = {'Content-length': size}
|
||||
requests.append(
|
||||
(
|
||||
build_request(self.best['url'], data, secure=self._secure, headers=headers),
|
||||
build_request(self.best['url'], data, secure=self._secure,
|
||||
headers=headers),
|
||||
size
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue