Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b3b0217

Browse files
committed
'getpage'
1 parent 8f0f633 commit b3b0217

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

getpage.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ class http_page(object):
66
"""docstring for ClassName"""
77
def __init__(self,base_url):
88
super(http_page, self).__init__()
9+
#ww
910
self.base_url = base_url
1011

1112
def get_header(self):
@@ -24,6 +25,6 @@ def get(self,id):
2425
match = pattern.findall(html)
2526
#pattern = re.compile(r'l')
2627
#match = pattern.search('hello world!')
27-
print match[1]
28+
print match[1]
2829

2930

0 commit comments

Comments
 (0)