Disabled speedtest in d7II mode, moved to Post-d7
* Also updated post_d7.py to use 2-space indentation
This commit is contained in:
parent
a4f57787e7
commit
df1706a8bf
2 changed files with 37 additions and 31 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue