[update] fix size count error & close error & remove comments

This commit is contained in:
peterlu14
2022-03-21 14:13:33 +08:00
parent cd60e14cbe
commit 1cdd04901c
2 changed files with 5 additions and 33 deletions
+1 -1
View File
@@ -366,7 +366,7 @@ class DataBaseProcess(Process):
return None
# @calculate_time
def data_raw_recording(self, _id_dict, _channel_list, _data_dict):
def data_raw_recording(self, _id_dict, _channel_list, _data_dict, _id_db_save):
try:
with self._psql_conn as conn:
with conn.cursor() as sql_cursor: