no message

This commit is contained in:
aaron 2025-05-03 21:55:26 +08:00
parent 38acb38e82
commit c591156428

View File

@ -1,10 +1,5 @@
from cryptoai.monitor_endpoint import run_monitor
import os
import sys
# 添加项目根目录到Python路径
current_dir = os.path.dirname(os.path.abspath(__file__))
sys.path.append(current_dir)
if __name__ == "__main__":
run_monitor()
sys.exit(run_monitor())