mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
Windows ipc fix
This commit is contained in:
parent
2021a0c048
commit
61358e7e31
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,8 @@ class IPCInterface(component.Component):
|
|||
rpc = xmlrpclib.ServerProxy(uri, allow_none=True)
|
||||
rpc.emit_signal("args_from_external", args)
|
||||
sys.exit(0)
|
||||
else:
|
||||
process_args(args)
|
||||
else:
|
||||
try:
|
||||
import dbusinterface
|
||||
|
|
Loading…
Add table
Reference in a new issue