mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
Another windows ipc fix
This commit is contained in:
parent
40ca2d7229
commit
ed9b472615
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ class IPCInterface(component.Component):
|
|||
# We already have a running session, send a XMLRPC to the existing session
|
||||
config = ConfigManager("gtkui.conf")
|
||||
uri = "http://localhost:" + str(config["signal_port"])
|
||||
import deluge.xmlrpclib as xmlrpclib
|
||||
rpc = xmlrpclib.ServerProxy(uri, allow_none=True)
|
||||
rpc.emit_signal("args_from_external", args)
|
||||
sys.exit(0)
|
||||
|
|
Loading…
Add table
Reference in a new issue