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 f781a73 commit f14b6ffCopy full SHA for f14b6ff
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
if x == -1: break
0 commit comments