mirror of
https://github.com/devgaganin/Save-Restricted-Content-Bot-v3.git
synced 2026-07-09 16:08:39 +00:00
Update app.py
This commit is contained in:
parent
c1388dfed1
commit
17d1d29ab8
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
|
@ -14,5 +14,5 @@ def welcome():
|
|||
|
||||
if __name__ == "__main__":
|
||||
# Default to port 5000 if PORT is not set in the environment
|
||||
port = int(os.environ.get("PORT", 8000))
|
||||
port = int(os.environ.get("PORT", 5000))
|
||||
app.run(host="0.0.0.0", port=port)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue