From 3d57c1037a01c2a979e0283d2a2c1d6fb9fc6b8d Mon Sep 17 00:00:00 2001 From: tomaae <23486452+tomaae@users.noreply.github.com> Date: Mon, 28 Dec 2020 14:45:49 +0100 Subject: [PATCH] Removed break from update and execute #80 --- custom_components/mikrotik_router/mikrotikapi.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/custom_components/mikrotik_router/mikrotikapi.py b/custom_components/mikrotik_router/mikrotikapi.py index bbd263b..07e93ae 100644 --- a/custom_components/mikrotik_router/mikrotikapi.py +++ b/custom_components/mikrotik_router/mikrotikapi.py @@ -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(