Removed break from update and execute #80

This commit is contained in:
tomaae 2020-12-28 14:45:49 +01:00
parent aebb834420
commit 3d57c1037a

View file

@ -272,7 +272,6 @@ class MikrotikAPI:
continue
entry_found = tmp[".id"]
break
if not entry_found:
_LOGGER.error(
@ -336,7 +335,6 @@ class MikrotikAPI:
continue
entry_found = tmp[".id"]
break
if not entry_found:
_LOGGER.error(