parent
38359dc8c9
commit
88df613a53
5 changed files with 11 additions and 11 deletions
|
|
@ -48,7 +48,7 @@ class CitiesPage(JsonPage):
|
|||
|
||||
class PhonePage(HTMLPage):
|
||||
def get_phone(self):
|
||||
return CleanText('//div[has-class("phone")]', childs=False)(self.doc)
|
||||
return CleanText('//div[has-class("phone")]', children=False)(self.doc)
|
||||
|
||||
|
||||
class HousingPage(HTMLPage):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue