def clientConnectionFailed(self, connector, reason):
print(colorama.Back.RED + colorama.Style.BRIGHT + " ERROR " + colorama.Back.RESET +
' Connection failed. Reason:' + str(reason))
protocol.ReconnectingClientFactory.clientConnectionFailed(self, connector, reason)
评论列表
文章目录