Skip to content

Commit 014ec41

Browse files
committed
workbook 자동화
1 parent ce4c314 commit 014ec41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workbook/actions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def get_problem_info(workbook_url):
2525
ret = []
2626
while True:
2727
x = txt.find(pattern)
28-
print(f'Parsing {workbook_url}... {x}')
28+
print(f'{x}')
2929
if x == -1: break
3030
txt = txt[x+9:]
3131
prob_id, prob_name = '', ''

0 commit comments

Comments
 (0)