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

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