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 794b8be commit adc3d17Copy full SHA for adc3d17
jyu/student/scrapy.py
@@ -64,7 +64,6 @@ def loadScorePage(url):
64
65
tree = html.fromstring(result.text)
66
viewstate = tree.xpath("//input[@name='__VIEWSTATE']/@value")
67
- print("====")
68
return {'viewstate':viewstate, 'url': scoreurl}
69
except Exception, e:
70
return None
0 commit comments