Skip to content

Commit

Permalink
Fixed price attr
Browse files Browse the repository at this point in the history
  • Loading branch information
tofylion committed Sep 8, 2024
1 parent b25c1e1 commit d326508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flathunter/crawler/immowelt.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def extract_data(self, soup: BeautifulSoup):

try:
price = adv.find(
"div", attrs={"data-test": "cardmfe-price-testid"}).text
"div", attrs={"data-testid": "cardmfe-price-testid"}).text
except:
price = ""

Expand Down

0 comments on commit d326508

Please sign in to comment.