Serve on port 8080

This commit is contained in:
Felipe Martin 2020-02-28 17:42:31 +01:00
parent 1110e678a0
commit 816a9cd7c9
Signed by: fmartingr
GPG Key ID: 716BC147715E716F
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -33,4 +33,4 @@ def environment():
if __name__ == "__main__":
app.run(debug=True)
app.run(debug=True, port=8080)