This commit is contained in:
DingZQ
2025-04-19 11:29:43 +08:00
parent 4a8130a748
commit 2fc204d8ed

View File

@@ -2091,10 +2091,6 @@ def query_all_records_by_date(query_date: str, bucket: str="realtime_simulation_
client.close()
return node_records, link_records
datetime.now(pytz.timezone('Asia/Shanghai')).strftime('%Y-%m-%d %H:%M:%S'),
time_cost_end - time_cost_start))
client.close()
return node_records, link_records
# 2025/04/12 DingZQ