Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sivel/speedtest-cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2019-02-20 01:58:50 +0300
committerMatt Martz <matt@sivel.net>2019-02-20 01:58:50 +0300
commit6cf43b2ff7fe67f63351b7e537b9944ea434d76e (patch)
treeb426d9112b7bb422f719791863cc167fce07d58a
parent217ce8eff1a1ce307b047d86793a4593890cfa22 (diff)
linting fix
-rwxr-xr-xspeedtest.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/speedtest.py b/speedtest.py
index 3f58e6f..464e2f7 100755
--- a/speedtest.py
+++ b/speedtest.py
@@ -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__