Skip to content

Commit 3a8a049

Browse files
committed
code revert
1 parent 0ea44dd commit 3a8a049

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

v2_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def week_data_formatter(html_content, type):
4646
task_list_html = tasks_per_week[i] if i < len(tasks_per_week) else ""
4747
weekly_updates.append({
4848
'week': i + 1,
49-
'content': re.sub(r'<[^>]+>', '',task_list_html).strip()
49+
'content': task_list_html.strip()
5050

5151
})
5252
return weekly_updates

0 commit comments

Comments
 (0)