Add tests

main
Alex 6 months ago
parent c6055d062d
commit 9d850d8b15

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

Loading…
Cancel
Save