def update_result_summary_in_db(self, result_summary, eids):
f_name = self.items["result log"]["db_file"]
with TinyDB(f_name) as db_entity:
eids2 = db_entity.update(result_summary, eids=eids)
return eids2
return True
评论列表
文章目录