Skip to content
Snippets Groups Projects
Commit 25e56364 authored by Kacper Polczynski's avatar Kacper Polczynski
Browse files

Update file app.py

parent 19d90cbc
No related branches found
No related tags found
No related merge requests found
......@@ -224,4 +224,5 @@ def logout():
if __name__ == '__main__':
app.run(debug=True)
\ No newline at end of file
port = int(os.eniron.get('PORT', 8080))
app.run(host='0.0.0.0', port=port ,debug=True)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment