From e9516270cd8f13d68add914e8cc5e66d95f8d0fa Mon Sep 17 00:00:00 2001 From: Saghalt Date: Mon, 2 Sep 2024 20:09:17 +0200 Subject: [PATCH] Added comment --- src/kleinanzeigen_bot/extract.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/kleinanzeigen_bot/extract.py b/src/kleinanzeigen_bot/extract.py index dda9cd9..82e0d81 100644 --- a/src/kleinanzeigen_bot/extract.py +++ b/src/kleinanzeigen_bot/extract.py @@ -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 """