Move speedtest to its own function
This commit is contained in:
parent
ea43d901ea
commit
b3b13be5a7
1 changed files with 4 additions and 0 deletions
|
|
@ -323,6 +323,10 @@ def open_snappy_driver_origin():
|
||||||
popen_program(cmd, cwd=cwd, pipe=True)
|
popen_program(cmd, cwd=cwd, pipe=True)
|
||||||
|
|
||||||
|
|
||||||
|
def open_speedtest():
|
||||||
|
popen_program(['start', '', 'https://fast.com'], shell=True)
|
||||||
|
|
||||||
|
|
||||||
def open_windows_activation():
|
def open_windows_activation():
|
||||||
popen_program(['slui'])
|
popen_program(['slui'])
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue