Disabled speedtest in d7II mode, moved to Post-d7

* Also updated post_d7.py to use 2-space indentation
This commit is contained in:
2Shirt 2019-03-19 20:49:32 -06:00
parent a4f57787e7
commit df1706a8bf
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C
2 changed files with 37 additions and 31 deletions

View file

@ -40,6 +40,9 @@ if __name__ == '__main__':
function=delete_empty_folders, cs='Done',
folder_path=global_vars['ClientDir'])
# Run speedtest
popen_program(['start', '', 'https://fast.com'], shell=True)
# Done
print_standard('\nDone.')
pause('Press Enter to exit...')
@ -48,3 +51,5 @@ if __name__ == '__main__':
pass
except:
major_exception()
# vim: sts=2 sw=2 ts=2

View file

@ -85,6 +85,7 @@ if __name__ == '__main__':
function=restart_explorer, cs='Done')
# Run speedtest
if not D7_MODE:
popen_program(['start', '', 'https://fast.com'], shell=True)
# Done