remove notif

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