Skip to content

Commit

Permalink
Change default port back to 5000
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleykleynhans committed Jul 9, 2023
1 parent 58ad08a commit d317060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def get_args():
'-p', '--port',
help='Port to listen on',
type=int,
default=6000
default=5000
)

parser.add_argument(
Expand Down

0 comments on commit d317060

Please sign in to comment.