mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-07 08:58:38 +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 = xmlrpclib.ServerProxy(uri, allow_none=True)
|
||||||
rpc.emit_signal("args_from_external", args)
|
rpc.emit_signal("args_from_external", args)
|
||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
|
else:
|
||||||
|
process_args(args)
|
||||||
else:
|
else:
|
||||||
try:
|
try:
|
||||||
import dbusinterface
|
import dbusinterface
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue