From 6cd911f202f6fcc5aed128b3c80496d1be882c37 Mon Sep 17 00:00:00 2001 From: Arjix <53124886+ArjixWasTaken@users.noreply.github.com> Date: Fri, 19 Nov 2021 18:37:06 +0200 Subject: [PATCH] Update util.py --- anime_downloader/util.py | 1 + 1 file changed, 1 insertion(+) diff --git a/anime_downloader/util.py b/anime_downloader/util.py index 07c3990..155dbe4 100644 --- a/anime_downloader/util.py +++ b/anime_downloader/util.py @@ -548,6 +548,7 @@ def getAllProcesses_unix(): def get_all_processes(): + return [] if sys.platform.startswith('win'): return getAllProcesses_Win32() else: