This commit is contained in:
Lucas 2017-07-06 21:25:32 +00:00 committed by GitHub
commit a64302a19d
1 changed files with 4 additions and 2 deletions

View File

@ -1486,8 +1486,10 @@ def shell():
print_(results.json())
if args.share and not machine_format:
printer('Share results: %s' % results.share())
if args.secure:
printer('Share results: %s' % results.share().replace("http","https"))
else:
printer('Share results: %s' % results.share())
def main():
try: