mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
Fix error when loading torrent through IPC
Fix bug from commit 0045ec0cf1
: missing args attribute error when
loading torrent through IPC on non-windows.
This commit is contained in:
parent
2fde78f236
commit
3d1b47bca6
1 changed files with 1 additions and 0 deletions
|
@ -143,6 +143,7 @@ class IPCInterface(component.Component):
|
|||
except twisted.internet.error.CannotListenError, e:
|
||||
log.info("Deluge is already running! Sending arguments to running instance...")
|
||||
self.factory = IPCClientFactory()
|
||||
self.factory.args = args
|
||||
reactor.connectUNIX(socket, self.factory, checkPID=True)
|
||||
reactor.run()
|
||||
if self.factory.stop:
|
||||
|
|
Loading…
Add table
Reference in a new issue