Improve difference between National/International
This commit is contained in:
parent
7d4e185d02
commit
a9d103ce5b
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ class DetailsPage(BasePage):
|
||||||
voice.price = convert_price(divvoice)
|
voice.price = convert_price(divvoice)
|
||||||
voicenat = divvoice.xpath('div[@class="consoDetail"]/p/span')[0].text
|
voicenat = divvoice.xpath('div[@class="consoDetail"]/p/span')[0].text
|
||||||
voiceint = divvoice.xpath('div[@class="consoDetail"]/p/span')[1].text
|
voiceint = divvoice.xpath('div[@class="consoDetail"]/p/span')[1].text
|
||||||
voice.infos = "Consommation : " + voicenat + " International : " + voiceint
|
voice.infos = "National : " + voicenat + " | International : " + voiceint
|
||||||
self.details.append(voice)
|
self.details.append(voice)
|
||||||
|
|
||||||
self.iter_divs(divs)
|
self.iter_divs(divs)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue