Skip to content

Commit b680626

Browse files
committed
change to PORT for heroku to bind the port
1 parent 56a1553 commit b680626

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

.DS_Store

0 Bytes
Binary file not shown.

pythonServer/app/.DS_Store

6 KB
Binary file not shown.

pythonServer/app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
load_dotenv()
1616

17-
PYTHON_PORT = int(os.getenv("PYTHON_PORT"))
17+
PYTHON_PORT = int(os.getenv("PORT"))
1818
PYTHON_HOST = os.getenv("PYTHON_HOST")
1919

2020
app = FastAPI()

0 commit comments

Comments
 (0)