diff --git a/influxdb_api.py b/influxdb_api.py index cf7b924..aa72b18 100644 --- a/influxdb_api.py +++ b/influxdb_api.py @@ -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