def server_info(self): """ Return the server url information """ return "The gPrime server is running at: %s:" % (self.options.host, self.options.port)