We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 014ec41 commit e8ff1e6Copy full SHA for e8ff1e6
workbook/actions.py
@@ -23,6 +23,7 @@ def get_problem_info(workbook_url):
23
txt = requests.get(workbook_url, headers=headers).text
24
pattern = '/problem/'
25
ret = []
26
+ print(f'here {txt}')
27
while True:
28
x = txt.find(pattern)
29
print(f'{x}')
0 commit comments