aa
This commit is contained in:
@@ -52,7 +52,7 @@ def update():
|
|||||||
LAST_VALUE = time
|
LAST_VALUE = time
|
||||||
subprocess.run(["shutdown", "/a"])
|
subprocess.run(["shutdown", "/a"])
|
||||||
print("new val detected")
|
print("new val detected")
|
||||||
print("shutting down in " + (time - now) + " seconds")
|
print("shutting down in " + str(time - now) + " seconds")
|
||||||
# subprocess.run(["shutdown", "/s", "/t", (time - now), " "])
|
# subprocess.run(["shutdown", "/s", "/t", (time - now), " "])
|
||||||
print(time - now)
|
print(time - now)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user