User-Space thread balancing + refactoring

This commit is contained in:
Domingo Dirutigliano
2025-02-16 16:33:34 +01:00
parent 63e7f73139
commit 7f7e3353ec
22 changed files with 805 additions and 729 deletions

View File

@@ -15,7 +15,7 @@ puts(f"{args.address}", color=colors.yellow)
firegex = FiregexAPI(args.address)
#Connect to Firegex
if firegex.status()["status"] =="init":
if firegex.status()["status"] == "init":
if (firegex.set_password(args.password)):
puts(f"Sucessfully set password to {args.password}", color=colors.green)
else:

View File

@@ -117,4 +117,4 @@ else:
puts("Test Failed: Couldn't delete service ✗", color=colors.red)
exit(1)
server.terminate()
server.terminate()