Skip to content

Commit

Permalink
[docs] update example
Browse files Browse the repository at this point in the history
  • Loading branch information
cullenwatson committed Oct 5, 2023
1 parent ce3f94d commit 5e82560
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/HomeHarvest_Demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# 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",
Expand All @@ -15,4 +15,4 @@

# Export to csv
properties.to_csv(filename, index=False)
print(properties.head())
print(properties.head())

0 comments on commit 5e82560

Please sign in to comment.