From: burris Date: Thu, 28 Nov 2002 01:15:44 +0000 (+0000) Subject: quiet down the factory X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=39bead524cdc3db4376014b2983b8397f6f3efd0;p=quix0rs-apt-p2p.git quiet down the factory --- diff --git a/xmlrpcclient.py b/xmlrpcclient.py index cc4d288..f8d33b2 100644 --- a/xmlrpcclient.py +++ b/xmlrpcclient.py @@ -35,7 +35,8 @@ class XMLRPCClientFactory(ClientFactory): self.d.addCallback(callback) if errback: self.d.addErrback(errback) - + self.noisy = 0 + def buildProtocol(self, addr): prot = XMLRPCClient() prot.method = self.method