|
@@ -160,7 +160,7 @@ def ind():
|
|
|
|
|
|
print(
|
|
|
f"共计算{none_count}/{i+1},\n当日信号:{len(hlfx_pool_daily)},\n持续检测为:{len(hlfx_pool)}, \n错误列表:{err_list}")
|
|
|
- '''
|
|
|
+
|
|
|
# 将list转换为字符串
|
|
|
results_list = ','.join(set(hlfx_pool))
|
|
|
results_list_daily = ','.join(set(hlfx_pool_daily))
|
|
@@ -200,7 +200,7 @@ def ind():
|
|
|
db_pool.close()
|
|
|
cursor2.close()
|
|
|
db_pool2.close()
|
|
|
- '''
|
|
|
+
|
|
|
|
|
|
# 记录结束时间
|
|
|
end_time = dt.now()
|