This commit is contained in:
wn
2008-03-20 10:36:40 +01:00
parent 6f68c20009
commit 07e1d2d8f9
2 changed files with 3 additions and 3 deletions

View File

@ -57,6 +57,6 @@ class XmlRpcReceiver(threading.Thread):
self.setDaemon(True)
def run(self):
server = XmlRpcServer(self.xmlRpcAddr)
server = XmlRpcServer(self.xmlRpcRecvAddr)
server.serve_forever()