quiet down the factory
authorburris <burris>
Thu, 28 Nov 2002 01:15:44 +0000 (01:15 +0000)
committerburris <burris>
Thu, 28 Nov 2002 01:15:44 +0000 (01:15 +0000)
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