appereantly missed that on git lol

This commit is contained in:
jenz 2024-03-03 11:43:13 +01:00
parent df67691c32
commit 39449eb1d0

View File

@ -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}"])