mirror of
https://github.com/sivel/speedtest-cli.git
synced 2025-12-16 01:30:05 +01:00
Print share results, when --share is specified
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user