mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-29 20:56:31 +00:00
tweak vista shutdown
This commit is contained in:
parent
9972471231
commit
ff0ade61b0
@ -315,7 +315,7 @@ class Manager:
|
||||
os.popen4('tskill.exe dbus-daemon-deluge')
|
||||
elif platform.system() == "Microsoft":
|
||||
import os
|
||||
os.popen4('taskkill.exe /IM dbus-daemon-deluge.exe')
|
||||
os.popen4('taskkill.exe /IM dbus-daemon-deluge.exe /F')
|
||||
|
||||
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