Skip to content

Commit

Permalink
fix path of dot env file
Browse files Browse the repository at this point in the history
  • Loading branch information
p3t3r67x0 committed Oct 4, 2023
1 parent 3722b69 commit 5eb0096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/insert_districts.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from pathlib import Path


env_path = Path('.')/'.env'
env_path = Path('..')/'.env'
load_dotenv(dotenv_path=env_path)


Expand Down

0 comments on commit 5eb0096

Please sign in to comment.