Skip to content

Commit fbf53ca

Browse files
committed
workbook 자동화
1 parent 2560816 commit fbf53ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

workbook/actions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ def gen_ind_workbook(attrs, category):
6262

6363
category_idx = 0
6464
problem_infos = get_problem_info(attr[2])
65+
print(f'[{attr[0]}] {attr[1]} : {len(problem_infos)} problems')
66+
print(problem_infos)
6567
prob_table = '| 문제 분류 | 문제 | 문제 제목 | 정답 코드 |\n| :--: | :--: | :--: | :--: |\n'
6668

6769
for prob_id, prob_name in problem_infos:

0 commit comments

Comments
 (0)