Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Saghalt authored Sep 2, 2024
1 parent 2d336d2 commit e951627
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/kleinanzeigen_bot/extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ async def _extract_category_from_ad_page(self) -> str:
async def _extract_special_attributes_from_ad_page(self) -> dict[str, Any]:
"""
Extracts the special attributes from an ad page.
If no items are available then special_attributes is empty
:return: a dictionary (possibly empty) where the keys are the attribute names, mapped to their values
"""
Expand Down

0 comments on commit e951627

Please sign in to comment.