mirror of
https://github.com/sivel/speedtest-cli.git
synced 2026-08-04 06:40:52 +00:00
printf requires a tuple
This commit is contained in:
parent
6ab5f27300
commit
0e6b85d4d5
1 changed files with 1 additions and 1 deletions
|
|
@ -782,7 +782,7 @@ def speedtest():
|
|||
sys.exit(1)
|
||||
|
||||
print_('Share results: %s://www.speedtest.net/result/%s.png' %
|
||||
scheme, resultid[0])
|
||||
(scheme, resultid[0]))
|
||||
|
||||
|
||||
def main():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue