Show More
@@ -108,6 +108,9 b' class ServerBase(object):' | |||||
108 | "seconds. cmd: `{}`".format( |
|
108 | "seconds. cmd: `{}`".format( | |
109 | self.__class__.__name__, timeout, self.command)) |
|
109 | self.__class__.__name__, timeout, self.command)) | |
110 |
|
110 | |||
|
111 | print('Server of {} ready at url {}'.format( | |||
|
112 | self.__class__.__name__, status_url)) | |||
|
113 | ||||
111 | def shutdown(self): |
|
114 | def shutdown(self): | |
112 | self.process.kill() |
|
115 | self.process.kill() | |
113 | self.server_out.flush() |
|
116 | self.server_out.flush() |
General Comments 0
You need to be logged in to leave comments.
Login now