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

View File

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