mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-08-09 20:35:42 +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
|
||||
|
||||
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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue