Skip to content

Commit

Permalink
env file loading cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
basvandriel committed Dec 9, 2024
1 parent 9795374 commit c474387
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/wizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ def __init__(self, mypkcs, myacme, oidc_provider_base_url: urllib.parse.ParseRes


if __name__ == "__main__":
env_file_path = PROJECT_ROOT / ".env"
load_dotenv(dotenv_path=env_file_path)
print(f"Loaded environment variables from {env_file_path}")
load_dotenv()

app = QApplication(sys.argv)

Expand Down

0 comments on commit c474387

Please sign in to comment.