Leonid Novozhilov

Results 1 comments of Leonid Novozhilov

Hey bro! I had same issue as you. I fixed it with this part of code: `for proc in psutil.process_iter(['pid', 'name', 'cmdline', 'ppid']):` ` if proc.info['name'] == 'chrome.exe':` ` parent_pid...