]> git.mxchange.org Git - quix0rs-apt-p2p.git/blobdiff - xmlrpcclient.py
quiet down the factory
[quix0rs-apt-p2p.git] / xmlrpcclient.py
index cc4d2888b6576843896fda3f89fea4a686a5272a..f8d33b2fb05d7e5bdf1cf24572fa1595bb486be9 100644 (file)
@@ -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