Skip to content

Commit e8ff1e6

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

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(f'here {txt}')
2627
while True:
2728
x = txt.find(pattern)
2829
print(f'{x}')

0 commit comments

Comments
 (0)