We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09d5599 commit d64e648Copy full SHA for d64e648
src/main.py
@@ -17,7 +17,7 @@
17
18
async def main() -> None:
19
"""Launch browser, scrape Zillow listings, and submit to Google Form."""
20
- dotenv_values = dotenv.dotenv_values("../.env")
+ dotenv_values = dotenv.dotenv_values(".env")
21
url = dotenv_values.get("ZILLOW_URL", ZillowURLs.CLONE_URL)
22
if not url:
23
err = "Missing URL for scraping"
0 commit comments