no message
This commit is contained in:
parent
38acb38e82
commit
c591156428
@ -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())
|
||||
Loading…
Reference in New Issue
Block a user