updateDomains: evita di modificare findhost

This commit is contained in:
marco
2022-01-25 17:34:50 +01:00
parent 2de8b6c7e0
commit 69fa5e7bf4
2 changed files with 3 additions and 1 deletions

View File

@@ -50,6 +50,8 @@ if __name__ == '__main__':
print(chann + ' not exists anymore')
del data[k][chann]
continue
if k == 'findhost':
continue
# to get an idea of the timing
# useful only if you control all channels
# for channels with error 522 about 40 seconds are lost ...