Skip to content

Commit

Permalink
fixed env path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
p3t3r67x0 committed Dec 5, 2023
1 parent 4c11daf commit fda6417
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 fda6417

Please sign in to comment.