Fixed taging for disabled host

This commit is contained in:
ladislav.dusa
2025-04-09 10:59:09 +02:00
parent 9f1992f098
commit c17e10d455

View File

@ -545,6 +545,12 @@ if _BACKUP:
print(line[0])
if line[0] in apps:
logging.info(f"Working on app {line[0]}")
while True:
if line[0] != apps[0]:
del apps[0]
progress = progress + step
else:
break
apps.remove(line[0])
#print(len(apps))
topic = "sectorq/amd/backups"