Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f0f633 commit b3b0217Copy full SHA for b3b0217
1 file changed
getpage.py
@@ -6,6 +6,7 @@ class http_page(object):
6
"""docstring for ClassName"""
7
def __init__(self,base_url):
8
super(http_page, self).__init__()
9
+ #ww
10
self.base_url = base_url
11
12
def get_header(self):
@@ -24,6 +25,6 @@ def get(self,id):
24
25
match = pattern.findall(html)
26
#pattern = re.compile(r'l')
27
#match = pattern.search('hello world!')
- print match[1]
28
+ print match[1]
29
30
0 commit comments