mirror of
https://github.com/sivel/speedtest-cli.git
synced 2026-08-04 14:49:36 +00:00
Print share results, when --share is specified
This commit is contained in:
parent
3695acb020
commit
cbdbab3d16
1 changed files with 3 additions and 0 deletions
|
|
@ -1062,6 +1062,9 @@ def shell():
|
|||
elif args.json:
|
||||
print_(repr(results.dict()).replace("'", '"'))
|
||||
|
||||
if args.share:
|
||||
printer('Share results: %s' % results.share(), quiet)
|
||||
|
||||
|
||||
def main():
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue