75 "[{0}]".format(self.__hostAddress) |
75 "[{0}]".format(self.__hostAddress) |
76 if ":" in self.__hostAddress |
76 if ":" in self.__hostAddress |
77 else self.__hostAddress |
77 else self.__hostAddress |
78 ) |
78 ) |
79 print("Background Service listening on: {0}:{1:d}".format(hostAddressStr, port)) |
79 print("Background Service listening on: {0}:{1:d}".format(hostAddressStr, port)) |
80 # __IGNORE_WARNING_M801__ |
80 # __IGNORE_WARNING_M-801__ |
81 |
81 |
82 interpreter = self.__getPythonInterpreter() |
82 interpreter = self.__getPythonInterpreter() |
83 if interpreter: |
83 if interpreter: |
84 process = self.__startExternalClient(interpreter, port) |
84 process = self.__startExternalClient(interpreter, port) |
85 if process: |
85 if process: |