This commit is contained in:
2025-08-26 11:52:34 +02:00
parent a11076ef04
commit 0d6ec1fbc1

View File

@@ -487,7 +487,7 @@ def backup_job():
message = "start" message = "start"
topic = "sectorq/backups/start" topic = "sectorq/backups/start"
message= "finished" message= "finished"
client.publish(topic, message,retain=True) client.publish(topic, message,qos=2,retain=True)
return 0 return 0
last = 1 last = 1
while True: while True: