@ -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)