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

Update file app.py

parent 25e56364
No related branches found
No related tags found
No related merge requests found
......@@ -224,5 +224,5 @@ def logout():
if __name__ == '__main__':
port = int(os.eniron.get('PORT', 8080))
port = int(os.environ.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