add: new formating

This commit is contained in:
2026-03-26 10:19:16 +00:00
parent f8edc84579
commit 3e00258cfe
3 changed files with 64 additions and 53 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ def set_shutdown(time, now):
return
LAST_VALUE = time
print("[BS Shutdown] shutting down in " + str(time - now) + " seconds")
subprocess.run(["shutdown", "-r", "-t", str(time - now)])
subprocess.run(["shutdown", "-r", "-f", "-t", str(time - now)])
def remove_shutdown():