临时提交

This commit is contained in:
2025-10-29 16:56:34 +08:00
parent 0c78a025f4
commit 9b923ebe49
21 changed files with 158 additions and 45 deletions

View File

@@ -72,7 +72,6 @@ class FlaskSubprocessManager:
env = os.environ.copy()
env["FLASK_COMM_PORT"] = str(self.comm_port)
exe_path = Path(sys.executable).resolve()
if exe_path.name.lower() in ("python.exe", "pythonw.exe"):
exe_path = Path(sys.argv[0]).resolve()