Skip to content

Commit

Permalink
run_app.py python3 -> python
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinayak Fialok committed Sep 3, 2023
1 parent 600943f commit 99d2bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def get_backend_env():
load_dotenv("./env/backend.env")
username = os.getenv("MONGODB_USERNAME")
password = os.getenv("MONGODB_PASSWORD")
python = os.getenv("PYTHON_VERSION") or "python3"
python = os.getenv("PYTHON_VERSION") or "python"
return (username, password, python)


Expand Down

0 comments on commit 99d2bb3

Please sign in to comment.