Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added shutting down calls to the visualization server #241

Merged
merged 13 commits into from
Jun 18, 2015
Merged
Prev Previous commit
Next Next commit
Fixed server docstring
  • Loading branch information
sahilshekhawat committed Jun 17, 2015
commit e47906a2624fe8bbab7f9148fbf1d849d6d37944
2 changes: 0 additions & 2 deletions pydy/viz/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ class Server(object):
Defines the port on which the server will run.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't the case if the port is taken.

scene_file : name of the scene_file generated for visualization
Used here to display the url
directory : path of the directory which contains static and scene files.
Server is started in this directory itself.

Example
-------
Expand Down