Skip to content

Commit

Permalink
feat(main): Return server.start
Browse files Browse the repository at this point in the history
This enables us to retrieve the task object and schedule it if we run multiple trame servers with pv-visualizer
  • Loading branch information
David Berger committed Oct 10, 2022
1 parent 674742f commit fd7503a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pv_visualizer/app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def _reload():
ui.initialize(server)

# Start server
server.start(**kwargs)
return server.start(**kwargs)


if __name__ == "__main__":
Expand Down

0 comments on commit fd7503a

Please sign in to comment.