Skip to content

Commit

Permalink
add server options
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jan 28, 2025
1 parent 101c737 commit 82ed49c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bimorph_mirror_analysis/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def server(
port: int = typer.Option(8050, help="The port to run the server on."),
debug: bool = typer.Option(False, help="Run the server in debug mode."),
):
run_server()
run_server(host, port, debug)

Check warning on line 96 in src/bimorph_mirror_analysis/__main__.py

View check run for this annotation

Codecov / codecov/patch

src/bimorph_mirror_analysis/__main__.py#L96

Added line #L96 was not covered by tests


if __name__ == "__main__":
Expand Down

0 comments on commit 82ed49c

Please sign in to comment.