add apprise and send notification when refreshing listings
This commit is contained in:
parent
ce386e748d
commit
762408e054
6 changed files with 105 additions and 6 deletions
|
|
@ -110,7 +110,7 @@ class Listing:
|
|||
|
||||
# some places list pw in price and others pcm
|
||||
price = max(
|
||||
self._listing_object["price"],
|
||||
self._listing_object["price"] or 0,
|
||||
self._listing_object.get("monthlyRent", 0) or 0,
|
||||
)
|
||||
self.append_price_history(price)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue