diff --git a/crawler/data_access.py b/crawler/data_access.py index cb6cbef..11b8bd3 100644 --- a/crawler/data_access.py +++ b/crawler/data_access.py @@ -252,7 +252,7 @@ class Listing: @property def isRemoved(self) -> bool: - return not self.listingobject["visible"] + return not self.detailobject["property"]["visible"] @property def status(self) -> str: