bitwarden

This commit is contained in:
jaydee
2024-12-09 22:12:40 +01:00
parent e611b2849f
commit d3eaccfb68

View File

@@ -141,7 +141,6 @@ while not is_port_open(BACKUP_HOST, port):
print(f"Port {port} on {BACKUP_HOST} is open.")
if _RESTORE:
for b in backups[host]:
topic = "sectorq/omv/backups/{}".format(b.lower())
client.connect(broker,1883,60)
msg = {"status":"inactive","bak_name":b,"start_time":"inactive","end_time":"inactive","progress":0}