Fix windows ipc adding torrent to existing session

This commit is contained in:
Andrew Resch 2008-07-17 22:32:39 +00:00
parent daecb4b984
commit 065e27b5f5

View File

@ -55,7 +55,7 @@ class IPCInterface(component.Component):
# We already have a running session, send a XMLRPC to the existing session
uri = "http://localhost:" + str(self.config["signal_port"])
rpc = xmlrpclib.ServerProxy(uri, allow_none=True)
rpc.args_from_external(args)
rpc.emit_signal("args_from_external", args)
sys.exit(0)
else:
try: