Update
This commit is contained in:
parent
de6c910cc1
commit
a54de518ac
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
|
@ -7,5 +7,5 @@ def hello_world(): # put application's code here
|
|||
return 'Hello World!'
|
||||
|
||||
if __name__ == '__main__':
|
||||
port = int(os.environ.get('PORT', 5000))
|
||||
port = int(os.environ.get('PORT', 33507))
|
||||
app.run(host='0.0.0.0', port=port, debug=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue