Open speedtest at the end of the User Checklist

* Fix issue #24
This commit is contained in:
2Shirt 2018-04-15 19:19:03 -06:00
parent 4b0dde6efe
commit c7c23bc7a1

View file

@ -72,6 +72,9 @@ if __name__ == '__main__':
else:
if not answer_config_browsers:
print_warning(' Skipped')
# Run speedtest
popen_program(['start', '', 'https://fast.com'], shell=True)
# Done
print_standard('\nDone.')