reuse query params when exporting to immoweb and allow filtering from available date
This commit is contained in:
parent
a23a5ae192
commit
11315359d2
6 changed files with 10207 additions and 42335 deletions
|
|
@ -272,10 +272,7 @@ class Listing:
|
|||
return (now - ds).days
|
||||
|
||||
@property
|
||||
def last_seen(self) -> int | None:
|
||||
if not self.path_last_seen_listing().exists():
|
||||
return None
|
||||
|
||||
def last_seen(self) -> int:
|
||||
with open(self.path_last_seen_listing(), "r") as f:
|
||||
datetime_str = json.load(f)
|
||||
dt = datetime.datetime.fromisoformat(datetime_str)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue