feat(messenger): 全部77个活跃cron脚本接入统一消息通道(install_stdio_hook)
This commit is contained in:
@@ -78,6 +78,13 @@ except ImportError:
|
||||
# 市场抽象层(阶段1:行情符号/市场判断唯一事实源)
|
||||
from market_config import kline_symbol, market_for_code
|
||||
|
||||
# ── 消息通道统一路由(broadcast/xmpp by delivery) ──
|
||||
try:
|
||||
from messenger import install_stdio_hook as _msh
|
||||
_msh()
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
# 策略重评依赖(技术面驱动,非机械百分比)
|
||||
sys.path.insert(0, "/home/hmo/web-dashboard")
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user