Commit 4889a8d7 authored by 黄凯's avatar 黄凯

Merge branch 'hk_now' into 'test'

update

See merge request alpha/physical!341
parents 89de023a 877065fa
......@@ -95,6 +95,7 @@ def get_home_recommend_topic_ids(user_id, device_id, tag_id, offset, size, query
topic_recommend_redis_key = "physical:linucb:topic_recommend:device_id:" + str(device_id)
recommend_topic_dict = redis_client.hgetall(topic_recommend_redis_key)
linucb_recommend_topic_id_list = list()
if b"data" in recommend_topic_dict:
linucb_recommend_topic_id_list = json.loads(recommend_topic_dict[b"data"])
......
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