Commit 519e6419 authored by 张彦钊's avatar 张彦钊

update dairyQueueUpdate file

parent cfb58ef3
......@@ -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 += 3
i += 5
print("分数合并成功")
return new_queue
......@@ -261,7 +261,7 @@ def run(data_set_cid):
# TODO 如果测刘潇的没问题,去掉下面代码的注释
# device_city_list = get_active_users()
# TODO 先测一下高雅喆的,如果没问题,然后再测刘潇的
device_city_list = (("AB20292B-5D15-4C44-9429-1C2FF5ED26F6", "beijing"),)
device_city_list = (("358035085192742", "beijing"),)
# TODO 测试通过后加上计时
start = time.time()
for device_city in device_city_list:
......
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