From f32ada9ad57b8b539a0111c1cf7c47723242b4b8 Mon Sep 17 00:00:00 2001 From: jaydee Date: Mon, 1 Sep 2025 10:16:52 +0200 Subject: [PATCH] build --- omv_backup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/omv_backup.py b/omv_backup.py index 95ff290..3a9ee1a 100755 --- a/omv_backup.py +++ b/omv_backup.py @@ -651,7 +651,7 @@ def backup_job(server): logging.info(f"LALA : {topic}") client.publish(topic, "finished",qos=0, retain=True) client.disconnect() - return "finished" + #return "finished" topic = "sectorq/amd/restore" @@ -670,7 +670,7 @@ def backup_job(server): #logging.info(msg) send_mqtt_message(topic,msg) - continue + #continue if is_port_open(s,22): ssh = paramiko.SSHClient() ssh.load_system_host_keys()