ae0j / discogs-advanced-sorter

Get a seller's collection and display it as an interactive HTML table. Use advanced sorting by Want, Have, Rarity, Hot buy and more
1 stars 1 forks source link

Invalid escape sequence error #4

Closed alexangas closed 3 months ago

alexangas commented 3 months ago

Hello, i'm interested in trying out this project. I followed the instructions for installation but when executing flask run get the error:

process.py:243: SyntaxWarning: invalid escape sequence '\d'
  price_numeric = float(re.sub("[^\d\.]", "", price_value))

Any ideas?

ae0j commented 3 months ago

Hi, thanks for the report. It should be fixed now. Could you please try again?

alexangas commented 3 months ago

All fixed, thank you 🙂