There was an error while loading. Please reload this page.
1 parent 6556ac7 commit ff68ca5Copy full SHA for ff68ca5
src/scrape_it_now/helpers/__init__.py
@@ -1,3 +1,6 @@
1
from dotenv import find_dotenv, load_dotenv
2
3
-load_dotenv(find_dotenv())
+load_dotenv(find_dotenv(
4
+ # Use the current working directory from where the command is run
5
+ usecwd=True,
6
+))
0 commit comments