mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-13 11:48:40 +00:00
only kill our daemon, not potentially others...unlikely as it may be
This commit is contained in:
parent
0d356ff79a
commit
08ea29aa4c
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ class Manager:
|
||||||
#kill dbus on windows
|
#kill dbus on windows
|
||||||
if platform.system() == "Windows":
|
if platform.system() == "Windows":
|
||||||
import os
|
import os
|
||||||
os.popen4('tskill.exe dbus-daemon.exe')
|
os.popen4('tskill.exe dbus-daemon-deluge.exe')
|
||||||
|
|
||||||
def pickle_state(self):
|
def pickle_state(self):
|
||||||
# Pickle the state so if we experience a crash, the latest state is
|
# Pickle the state so if we experience a crash, the latest state is
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue