]> code.delx.au - pymsnt/commitdiff
Fixed doDisconnect
authorjamesbunton <jamesbunton@55fbd22a-6204-0410-b2f0-b6c764c7e90a>
Sun, 14 May 2006 10:12:33 +0000 (10:12 +0000)
committerjamesbunton <jamesbunton@55fbd22a-6204-0410-b2f0-b6c764c7e90a>
Sun, 14 May 2006 10:12:33 +0000 (10:12 +0000)
git-svn-id: http://delx.cjb.net/svn/pymsnt/trunk@156 55fbd22a-6204-0410-b2f0-b6c764c7e90a

committer: jamesbunton <jamesbunton@55fbd22a-6204-0410-b2f0-b6c764c7e90a>

src/tlib/msn/msnw.py

index 7355d32c1159ec3657fb989b3fbf3361b8b81e49..1060293e93834dffa8d052a9b7c696b324106f56 100644 (file)
@@ -360,7 +360,7 @@ class DispatchClient(msn.DispatchClient):
 
 
 class NotificationClient(msn.NotificationClient):
 
 
 class NotificationClient(msn.NotificationClient):
-       def doDisconnect(self):
+       def doDisconnect(self, *args):
                if hasattr(self, "transport") and self.transport:
                        self.transport.loseConnection()
 
                if hasattr(self, "transport") and self.transport:
                        self.transport.loseConnection()