瀏覽代碼

增加ppid

Daniel 1 年之前
父節點
當前提交
c81267d92d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      QMT/qmt_get_indicators.py

+ 1 - 1
QMT/qmt_get_indicators.py

@@ -219,7 +219,7 @@ def get_hlfx(data):
 
 
 def tech_anal(stocks, hlfx_pool, hlfx_pool_daily, err_list):
-    print(f'{dt.now()}开始循环计算! MyPid is {os.getpid()},池子长度为{len(stocks)}')
+    print(f'{dt.now()}开始循环计算! MyPid is {os.getpid()},父进程是{os.getppid},池子长度为{len(stocks)}')
     m = 0
 
     for stock in stocks: