Update util.py

master
Arjix 2021-11-19 18:37:06 +02:00 committed by GitHub
parent 1777116b0a
commit 6cd911f202
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -548,6 +548,7 @@ def getAllProcesses_unix():
def get_all_processes():
return []
if sys.platform.startswith('win'):
return getAllProcesses_Win32()
else: