Closed maranqz closed 4 years ago
Some store show price with non-break space and parser return None.
could you please provide some sample input @maranqz?
from price_parser import Price price = Price.fromstring("1 298,00") # 1 298,00 print(price.amount)
Some store show price with non-break space and parser return None.