From ce3f94d0af999ed90a2f9a3a7e478d49437c5200 Mon Sep 17 00:00:00 2001 From: Cullen Watson Date: Wed, 4 Oct 2023 21:50:16 -0500 Subject: [PATCH] [docs] update example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7c72b1..55a6614 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ from datetime import datetime # Generate filename based on current timestamp 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( location="San Diego, CA",