Daniel 1 gadu atpakaļ
vecāks
revīzija
c81267d92d
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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: