&
This commit is contained in:
@@ -44,12 +44,12 @@ def set_shutdown(time, now):
|
||||
return
|
||||
LAST_VALUE = time
|
||||
print("[BS Shutdown] shutting down in " + str(time - now) + " seconds")
|
||||
subprocess.run(["shutdown", "/s", "/t", str(time - now), " "])
|
||||
subprocess.run(["shutdown", "-s", "-t", str(time - now)])
|
||||
|
||||
|
||||
def remove_shutdown():
|
||||
print("[BS Shutdown] Removed shutdown")
|
||||
subprocess.run(["shutdown", "/a"])
|
||||
subprocess.run(["shutdown", "-a"])
|
||||
|
||||
def update():
|
||||
global LAST_VALUE
|
||||
|
||||
Reference in New Issue
Block a user