feat(messenger): 全部77个活跃cron脚本接入统一消息通道(install_stdio_hook)
This commit is contained in:
@@ -14,6 +14,13 @@ hardcode_scanner.py — 自成长扫描器
|
||||
"""
|
||||
import re, ast, json, os, sys
|
||||
|
||||
# ── 消息通道统一路由(broadcast/xmpp by delivery) ──
|
||||
try:
|
||||
from messenger import install_stdio_hook as _msh
|
||||
_msh()
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
SCAN_DIRS = [
|
||||
"/home/hmo/.hermes/profiles/position-analyst/scripts",
|
||||
"/home/hmo/MoFin",
|
||||
|
||||
Reference in New Issue
Block a user