Fix bug with NetworkReceiver
[progcomp2013.git] / qchess / src / network.py
index 72467d8..20f632b 100644 (file)
@@ -132,7 +132,7 @@ class NetworkSender(Player,Network):
 class NetworkReceiver(Player,Network):
        def __init__(self, colour, address=None):
                
-               Player.__init__(self, address, colour)
+               Player.__init__(self, "NetworkReceiver", colour)
 
                self.address = address
 

UCC git Repository :: git.ucc.asn.au