src/eric7/EricNetwork/EricJsonStreamReader.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
child 11155
e1843b6efa73
equal deleted inserted replaced
11147:dee6e106b4d3 11148:15e30f0c76a8
62 hostAddressStr = ( 62 hostAddressStr = (
63 "[{0}]".format(self.__hostAddress) 63 "[{0}]".format(self.__hostAddress)
64 if ":" in self.__hostAddress 64 if ":" in self.__hostAddress
65 else self.__hostAddress 65 else self.__hostAddress
66 ) 66 )
67 print( # __IGNORE_WARNING_M801__ 67 print( # __IGNORE_WARNING_M-801__
68 "JSON server ({2}) listening on: {0}:{1:d}".format( 68 "JSON server ({2}) listening on: {0}:{1:d}".format(
69 hostAddressStr, self.serverPort(), self.__name 69 hostAddressStr, self.serverPort(), self.__name
70 ) 70 )
71 ) 71 )
72 72

eric ide

mercurial