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()