Skip to content

Commit

Permalink
Specify port on Flassk application run command
Browse files Browse the repository at this point in the history
  • Loading branch information
Taylor committed Jul 10, 2020
1 parent 3b53db2 commit 0284bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def application_error(e):


if __name__ == '__main__':
application.run('0.0.0.0')
application.run('0.0.0.0', port=5000)
# httpd = make_server('', 8000, application)
# print("Serving on port 8000...")
# httpd.serve_forever()

0 comments on commit 0284bdb

Please sign in to comment.