Skip to content

Commit f14b6ff

Browse files
committed
workbook 자동화
1 parent f781a73 commit f14b6ff

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
if x == -1: break

0 commit comments

Comments
 (0)