mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-27 13:15:31 +00:00
Fix windows ipc adding torrent to existing session
This commit is contained in:
parent
daecb4b984
commit
065e27b5f5
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue