mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-05 08:03:40 +00:00
only kill our daemon, not potentially others...unlikely as it may be
This commit is contained in:
parent
0d356ff79a
commit
08ea29aa4c
@ -302,7 +302,7 @@ class Manager:
|
||||
#kill dbus on windows
|
||||
if platform.system() == "Windows":
|
||||
import os
|
||||
os.popen4('tskill.exe dbus-daemon.exe')
|
||||
os.popen4('tskill.exe dbus-daemon-deluge.exe')
|
||||
|
||||
def pickle_state(self):
|
||||
# Pickle the state so if we experience a crash, the latest state is
|
||||
|
Loading…
x
Reference in New Issue
Block a user