Commit 39d71b30 authored by 张彦钊's avatar 张彦钊

update dairyQueueUpdate file

parent c4a9d8fd
......@@ -138,7 +138,7 @@ def update_dairy_queue(score_df,predict_score_df):
for j in video_id:
new_queue.insert(i, j)
# TODO 下面的3是测试用的,如果上线后,把3改成5
i += 5
i += 3
print("分数合并成功")
return new_queue
......
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