|
f"共计算{none_count}/{i+1},\n当日信号:{len(hlfx_pool_daily)},\n持续检测为:{len(hlfx_pool)}, \n错误列表:{err_list}")
|
|
f"共计算{none_count}/{i+1},\n当日信号:{len(hlfx_pool_daily)},\n持续检测为:{len(hlfx_pool)}, \n错误列表:{err_list}")
|
|
results_list = ','.join(set(hlfx_pool))
|
|
results_list = ','.join(set(hlfx_pool))
|
|
results_list_daily = ','.join(set(hlfx_pool_daily))
|
|
results_list_daily = ','.join(set(hlfx_pool_daily))
|