reverting isRemoved function to fix
This commit is contained in:
parent
302ca95cfb
commit
244de72877
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue