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 2bd7854 commit 49b3440Copy full SHA for 49b3440
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(txt)
27
while True:
28
x = txt.find(pattern)
29
print(f'Found {x} in {workbook_url}')
0 commit comments