mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-12 20:44:50 +00:00
Windows ipc fix
This commit is contained in:
parent
2021a0c048
commit
61358e7e31
@ -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…
x
Reference in New Issue
Block a user