- 修复异常处理链,使用from语法保留原始异常 - 格式化代码以符合项目规范 - 优化导入模块的顺序 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
5 lines
73 B
Python
5 lines
73 B
Python
from .remote import main
|
|
|
|
# 启动心跳线程
|
|
heartbeat_thread = main()
|