From e04cddea197b451f60c4a946c8b2b6190158477f Mon Sep 17 00:00:00 2001 From: Arjix <53124886+ArjixWasTaken@users.noreply.github.com> Date: Fri, 12 Nov 2021 20:02:16 +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 4acd1e7..07c3990 100644 --- a/anime_downloader/util.py +++ b/anime_downloader/util.py @@ -531,6 +531,7 @@ def getAllProcesses_unix(): return [] elif sys.platform.startswith('linux'): cmd = 'ps aux' + return [] out = os.popen(cmd).read() out = out.split('\n')[1:] placeholder = list()