diff --git a/src/core.py b/src/core.py index 585f9470c..0e71e9c2e 100644 --- a/src/core.py +++ b/src/core.py @@ -302,7 +302,7 @@ class Manager: #kill dbus on windows if platform.system() == "Windows": import os - os.popen4('tskill.exe dbus-daemon-deluge.exe') + os.popen4('tskill.exe dbus-daemon-deluge') def pickle_state(self): # Pickle the state so if we experience a crash, the latest state is