Skip to content

Commit

Permalink
update table_content check
Browse files Browse the repository at this point in the history
  • Loading branch information
LiChengxin007 committed Feb 4, 2024
1 parent 9477b19 commit d2c0e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ai/backend/aidb/aidb.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ async def check_data_base(self, q_str):
"table_name": table_name,
"table_comment": table_comment
}
table_content.append(tb_desc)
# table_content.append(tb_desc)

print("The number of tables to be processed this time: ", len(table_content))
if len(table_content) > 0:
Expand Down

0 comments on commit d2c0e36

Please sign in to comment.