reverting isRemoved function to fix

This commit is contained in:
Kadir 2025-02-16 04:44:42 +00:00
parent 302ca95cfb
commit 244de72877

View file

@ -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: