Skip to content

Commit 1b4b6e4

Browse files
committed
workbook 자동화
1 parent 9fff32d commit 1b4b6e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workbook/actions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ def get_problem_info(workbook_url):
3838
prob_name += txt[i]
3939
i += 1
4040
ret.append((prob_id, prob_name))
41-
print(f'Found {len(ret)} problems in {workbook_url}')
42-
print(ret)
41+
print(f'Found {len(ret)} problems in {workbook_url}')
42+
print(ret)
4343
return ret
4444

4545
CATEGORY = ["연습 문제", "기본 문제✔", "기본 문제", "응용 문제✔", "응용 문제"]

0 commit comments

Comments
 (0)