linting fix
This commit is contained in:
parent
217ce8eff1
commit
6cf43b2ff7
|
@ -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…
Reference in New Issue