mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-04 23:53:23 +00:00
Fix shutdown().
This commit is contained in:
parent
ada8d5641f
commit
8f039eb0fa
@ -263,7 +263,7 @@ class BaseClient(object):
|
||||
"""Shutdown the core daemon"""
|
||||
try:
|
||||
self.core.call("shutdown", None)
|
||||
self.core.force_call(block=False)
|
||||
self.core.do_multicall(block=False)
|
||||
finally:
|
||||
self.set_core_uri(None)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user