diff --git a/src/core.py b/src/core.py index 0f1705240..18c3f3148 100644 --- a/src/core.py +++ b/src/core.py @@ -351,7 +351,7 @@ class Manager: #kill dbus on windows if common.windows_check(): - if platform.win32_ver()[1] >= 6: + if platform.win32_ver()[1] > '6': os.popen4('taskkill.exe /IM dbus-daemon-deluge.exe /F') else: os.popen4('tskill.exe dbus-daemon-deluge')