Skip to content

Commit

Permalink
Change Port
Browse files Browse the repository at this point in the history
  • Loading branch information
jcollopy-tulane committed Apr 28, 2024
1 parent 5e38d8b commit 6246d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nlp/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def main(args=None):
return 0

@main.command('web')
@click.option('-p', '--port', required=False, default=5000, show_default=True, help='port of web server')
@click.option('-p', '--port', required=False, default=6331, show_default=True, help='port of web server')
def web(port):
"""
Launch the flask web app.
Expand Down

0 comments on commit 6246d22

Please sign in to comment.