Fix details command (site change)
This commit is contained in:
parent
5bb432cb9a
commit
de2a777bde
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ class DetailsPage(BasePage):
|
||||||
def on_loaded(self):
|
def on_loaded(self):
|
||||||
self.details = []
|
self.details = []
|
||||||
self.datebills = []
|
self.datebills = []
|
||||||
num = self.document.xpath('//div[@class="infosLigneDetail"]')[0].text
|
num = self.document.xpath('//div[@class="infosLigneDetail pointer"]')[0].text
|
||||||
num = num.split("-")[2].strip()
|
num = num.split("-")[2].strip()
|
||||||
|
|
||||||
# National parsing
|
# National parsing
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue