diff --git a/launch.py b/launch.py index c652e45..93c0910 100644 --- a/launch.py +++ b/launch.py @@ -1,6 +1,6 @@ -import subprocess as sp -import os - -folder_path = __file__.replace("\\", "/")[:-10] -os.chdir(folder_path) -sp.call(f'python "{folder_path}/src/main.py"') +import subprocess as sp +import os + +folder_path = __file__.replace("\\", "/")[:-10] +os.chdir(folder_path) +sp.call(f'python "{folder_path}/src/main.py"')