[docs] update example
parent
4a1116440d
commit
ce3f94d0af
|
@ -69,7 +69,7 @@ from datetime import datetime
|
||||||
|
|
||||||
# Generate filename based on current timestamp
|
# Generate filename based on current timestamp
|
||||||
current_timestamp = datetime.now().strftime("%Y%m%d_%H%M%S")
|
current_timestamp = datetime.now().strftime("%Y%m%d_%H%M%S")
|
||||||
filename = f"output/{current_timestamp}.csv"
|
filename = f"HomeHarvest_{current_timestamp}.csv"
|
||||||
|
|
||||||
properties = scrape_property(
|
properties = scrape_property(
|
||||||
location="San Diego, CA",
|
location="San Diego, CA",
|
||||||
|
|
Loading…
Reference in New Issue