Skip to content

Commit

Permalink
Create info.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Joelkb authored Jan 8, 2023
1 parent 1b73a7e commit 91629d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions info.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from os import environ
PORT = environ.get("PORT", "8080")

0 comments on commit 91629d3

Please sign in to comment.