Commit df27fde1 authored by 赵威's avatar 赵威

update field

parent 093b1d67
......@@ -143,6 +143,6 @@ def user_portrait_tag3_write_ctcvr_data(device_id, content_type, data):
if data:
key = _user_portrait_tag3_get_ctcvr_candidate_key(device_id, content_type)
redis_client4.delete(key)
redis_client4.set(key, json.dumps(key))
redis_client4.set(key, json.dumps(data))
# redis_client4.rpush(key, *data)
redis_client4.expire(key, 60 * 60 * 24 * 30)
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