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
Added resuming operations print statement when server shutdown is can…
…celled.
  • Loading branch information
sahilshekhawat committed Jun 17, 2015
commit 1c09a9992010c48ea2ca3bef65122349d75d1f9e
2 changes: 2 additions & 0 deletions pydy/viz/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,5 @@ def _stop_server(self, signal, frame):
print("Shutdown confirmed")
print("Shutting down server...")
self.httpd.stop()
else:
print("Resuming operations...")