[update] fix size count error & close error & remove comments
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user