diff --git a/server.py b/server.py index b9e386d..49a1694 100644 --- a/server.py +++ b/server.py @@ -4,7 +4,7 @@ import subprocess # Server IPMI details IPMIHOST = "192.168.1.223" IPMIUSER = "root" -IPMIPASS = "fuck pizza hut" +IPMIPASS = "" def execute_ipmi_command(command): full_command = f"ipmitool -I lanplus -H {IPMIHOST} -U {IPMIUSER} -P \"{IPMIPASS}\" {command}" @@ -67,4 +67,4 @@ else: # Here, you can add a function to power off if desired pass if args.fan is not None: - set_fan_speed(args.fan) \ No newline at end of file + set_fan_speed(args.fan)