def set_sail(self, host, port): """ ??leics?? ????: ??! """ print "\033[34m{Sail}\033[0m [leics] is running on [http://%s:%d]" % (host, port) WSGIServer((host, port), self).serve_forever()