This commit is contained in:
2026-03-03 13:56:31 +00:00
parent a2d91691a0
commit 2bc3a0916c
+1 -1
View File
@@ -79,7 +79,7 @@ def update():
if (LAST_VALUE != 0):
remove_shutdown()
print("[BS Shutdown] New value")
if (time - now) < 1000:
if (time - now) < 1800:
set_shutdown(time, now)
if __name__ == '__main__':