diff --git a/playground.py b/playground.py index 284eb14..7c87d59 100644 --- a/playground.py +++ b/playground.py @@ -35,8 +35,7 @@ SCRIPTS = { ] } logging.info("Received request to start minecraft servers.") - - + current_pid = [] results = [] @@ -75,7 +74,7 @@ for script_info in SCRIPTS['start_gameservers_minecraft']: "error": str(e) }) logging.info(f"{results =}") -""" +""" current_pid = 8196 try: subprocess.run(['taskkill', '/F', '/PID', str(current_pid)], check=True)