From 39449eb1d0ff4dc96a6f50e98c8883fdc7c858c8 Mon Sep 17 00:00:00 2001 From: jenz Date: Sun, 3 Mar 2024 11:43:13 +0100 Subject: [PATCH] appereantly missed that on git lol --- AutismBotIngame/python/exit_handler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/AutismBotIngame/python/exit_handler.py b/AutismBotIngame/python/exit_handler.py index 255ccef2..d10ea161 100644 --- a/AutismBotIngame/python/exit_handler.py +++ b/AutismBotIngame/python/exit_handler.py @@ -6,4 +6,5 @@ if __name__ == '__main__': #due to steam child processes. #even with steam turned offline might there be chromium web browsers left over from steam who still hold processes open. #only kind of potential issues from this is steam cloud being out of sync, which is really fucking irrelevant. + whoami = subprocess.getoutput(["whoami"]) subprocess.getoutput([f"pkill -9 -u {whoami}"])