This commit is contained in:
2026-02-25 11:03:16 +00:00
parent 4104ee47c4
commit 845a1c8494

View File

@@ -37,6 +37,7 @@ def to_seconds(t):
return t.hour * 3600 + t.minute * 60 + t.second
def update():
global LAST_VALUE
data = get_data()
if data["noshutdown"] == 1:
exit