Skip to content

Commit adc3d17

Browse files
committed
update print
1 parent 794b8be commit adc3d17

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jyu/student/scrapy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ def loadScorePage(url):
6464

6565
tree = html.fromstring(result.text)
6666
viewstate = tree.xpath("//input[@name='__VIEWSTATE']/@value")
67-
print("====")
6867
return {'viewstate':viewstate, 'url': scoreurl}
6968
except Exception, e:
7069
return None

0 commit comments

Comments
 (0)