mirror of
https://github.com/sivel/speedtest-cli.git
synced 2026-05-13 16:47:54 +00:00
linting fix
This commit is contained in:
parent
217ce8eff1
commit
6cf43b2ff7
1 changed files with 2 additions and 1 deletions
|
|
@ -611,7 +611,8 @@ def build_user_agent():
|
|||
|
||||
ua_tuple = (
|
||||
'Mozilla/5.0',
|
||||
'(%s; U; %s; en-us)' % (platform.platform(), platform.architecture()[0]),
|
||||
'(%s; U; %s; en-us)' % (platform.platform(),
|
||||
platform.architecture()[0]),
|
||||
'Python/%s' % platform.python_version(),
|
||||
'(KHTML, like Gecko)',
|
||||
'speedtest-cli/%s' % __version__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue