Show More
@@ -108,6 +108,9 b' class ServerBase(object):' | |||
|
108 | 108 | "seconds. cmd: `{}`".format( |
|
109 | 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 | 114 | def shutdown(self): |
|
112 | 115 | self.process.kill() |
|
113 | 116 | self.server_out.flush() |
General Comments 0
You need to be logged in to leave comments.
Login now