cft0808
ae3942bc87
fix: 兼容 Windows 系统的 Python 解释器路径查找
在 Windows 上不存在 python3 命令,subprocess 调用会抛出 [WinError 2]。
在 utils.py 中新增 python_bin() 函数,优先使用 sys.executable(当前解释器路径),
回退到 shutil.which('python3') / shutil.which('python'),确保全平台兼容。
server.py 和 kanban_update.py 中所有硬编码的 'python3' 替换为 python_bin()。
Closes #289
2026-04-27 22:42:06 +08:00
..
2026-04-04 12:16:32 +08:00
2026-04-10 00:55:27 +08:00
2026-03-25 00:26:00 +08:00
2026-04-20 00:17:01 +08:00
2026-04-27 22:42:06 +08:00
2026-04-04 12:16:32 +08:00
2026-03-25 22:26:33 +08:00
2026-04-04 12:16:32 +08:00
2026-04-14 23:05:31 +08:00
2026-04-21 13:57:01 +08:00
2026-04-25 07:39:55 +00:00
2026-04-20 00:18:35 +08:00
2026-04-10 00:55:27 +08:00
2026-04-10 00:55:27 +08:00
2026-04-27 22:42:06 +08:00