Commit 046a845f authored by 段英荣's avatar 段英荣

调试

parent 17c2c907
......@@ -240,6 +240,7 @@ if __name__ == "__main__":
user_feature_list = Generate_Feature_Info.get_user_feature_by_device_id(device_id)
content_feature_list = Generate_Feature_Info.get_content_feature(diary_id)
import pdb;pdb.set_trace()
offi_context_feature_list = list()
if len(user_feature_list)>0 and len(content_feature_list)>0:
offi_context_feature_list.append(user_feature_list[0])
......
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