mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-08-17 16:01:13 +02:00
Removed break from update and execute #80
This commit is contained in:
parent
aebb834420
commit
3d57c1037a
1 changed files with 0 additions and 2 deletions
|
@ -272,7 +272,6 @@ class MikrotikAPI:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
entry_found = tmp[".id"]
|
entry_found = tmp[".id"]
|
||||||
break
|
|
||||||
|
|
||||||
if not entry_found:
|
if not entry_found:
|
||||||
_LOGGER.error(
|
_LOGGER.error(
|
||||||
|
@ -336,7 +335,6 @@ class MikrotikAPI:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
entry_found = tmp[".id"]
|
entry_found = tmp[".id"]
|
||||||
break
|
|
||||||
|
|
||||||
if not entry_found:
|
if not entry_found:
|
||||||
_LOGGER.error(
|
_LOGGER.error(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue