Daniel 1 anno fa
parent
commit
c81267d92d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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: