Commit 31a0f1e1 authored by 赵威's avatar 赵威

add printer

parent b26bb302
......@@ -86,7 +86,10 @@ def update_tag3_user_portrait_by_event(cl_id):
second_positions_dict = merge_results_by_event(user_df["second_positions"].tolist())
projects_dict = merge_results_by_event(user_df["projects"].tolist())
events = set(list(first_solutions_dict.key()) + list(second_solutions_dict.key()) + list(first_demands_dict.keys()) + list(second_demands_dict.keys()) + list(first_positions_dict.keys()) + list(second_positions_dict.keys()) + list(projects_dict.keys()))
events = set(
list(first_solutions_dict.keys()) + list(second_solutions_dict.keys()) + list(first_demands_dict.keys()) +
list(second_demands_dict.keys()) + list(first_positions_dict.keys()) + list(second_positions_dict.keys()) +
list(projects_dict.keys()))
print(events)
......
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