mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-23 20:14:30 +02:00
removed dev debug
This commit is contained in:
parent
34ccd16a8d
commit
d811de5c9f
1 changed files with 0 additions and 1 deletions
|
@ -830,7 +830,6 @@ class MikrotikControllerData:
|
||||||
dhcpserver_query = False
|
dhcpserver_query = False
|
||||||
for uid in self.data["dhcp"]:
|
for uid in self.data["dhcp"]:
|
||||||
if not dhcpserver_query and self.data["dhcp"][uid]["server"] not in self.data["dhcp-server"]:
|
if not dhcpserver_query and self.data["dhcp"][uid]["server"] not in self.data["dhcp-server"]:
|
||||||
_LOGGER.error("Query dhcp-server %s", self.data["dhcp-server"])
|
|
||||||
self.data["dhcp-server"] = parse_api(
|
self.data["dhcp-server"] = parse_api(
|
||||||
data=self.data["dhcp-server"],
|
data=self.data["dhcp-server"],
|
||||||
source=self.api.path("/ip/dhcp-server"),
|
source=self.api.path("/ip/dhcp-server"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue