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