From 498943b88c6cd94b5a28bce7f1e093aefb2ffa42 Mon Sep 17 00:00:00 2001 From: Tristan Date: Thu, 21 Mar 2024 20:54:32 -0400 Subject: [PATCH] Update server.py --- server.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)