Skip to content

Commit 49b3440

Browse files
committed
workbook 자동화
1 parent 2bd7854 commit 49b3440

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

workbook/actions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ def get_problem_info(workbook_url):
2323
txt = requests.get(workbook_url, headers=headers).text
2424
pattern = '/problem/'
2525
ret = []
26+
print(txt)
2627
while True:
2728
x = txt.find(pattern)
2829
print(f'Found {x} in {workbook_url}')

0 commit comments

Comments
 (0)