fix: linux game tracking and closed button

This commit is contained in:
JackEnx 2024-11-12 15:38:30 -03:00
parent ee4639e041
commit 7785d42021
5 changed files with 41 additions and 13 deletions

View file

@ -60,7 +60,7 @@ class Handler(BaseHTTPRequestHandler):
self.end_headers()
return
process_list = [proc.info for proc in psutil.process_iter(['exe', 'pid', 'username'])]
process_list = [proc.info for proc in psutil.process_iter(['exe', 'pid', 'name'])]
self.send_response(200)
self.send_header("Content-type", "application/json")