mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 15:08:40 +00:00
Fix shutdown().
This commit is contained in:
parent
ada8d5641f
commit
8f039eb0fa
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ class BaseClient(object):
|
||||||
"""Shutdown the core daemon"""
|
"""Shutdown the core daemon"""
|
||||||
try:
|
try:
|
||||||
self.core.call("shutdown", None)
|
self.core.call("shutdown", None)
|
||||||
self.core.force_call(block=False)
|
self.core.do_multicall(block=False)
|
||||||
finally:
|
finally:
|
||||||
self.set_core_uri(None)
|
self.set_core_uri(None)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue