- rename last_x_days

- docstrings for scrape_property
This commit is contained in:
Zachary Hampton
2023-10-04 18:06:06 -07:00
parent 6bb68766fc
commit de692faae2
5 changed files with 18 additions and 13 deletions

View File

@@ -68,7 +68,7 @@ def main():
radius=args.radius,
proxy=args.proxy,
mls_only=args.mls_only,
last_x_days=args.days,
property_younger_than=args.days,
)
if not args.filename: