Commit dfdcb07f authored by 张彦钊's avatar 张彦钊

add print

parent d75a5f83
......@@ -179,6 +179,7 @@ def update_dairy_queue(score_df):
diary_id.insert(i, j)
i += 5
print("排序成功1")
print(diary_id)
return diary_id
else:
score_df = score_df.sort_values(by="score", ascending=False)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment