fixed arp debug message

This commit is contained in:
tomaae 2019-12-21 08:21:17 +01:00
parent 9fe94dfecc
commit 3ee017e11c
2 changed files with 1 additions and 2 deletions

View file

@ -44,7 +44,6 @@ def parse_api(data=None, source=None, key=None, key_search=None, vals=None, val_
data = fill_defaults(data, vals)
return data
#print(type(source))
keymap = generate_keymap(data, key_search)
for entry in source:
if only and not matches_only(entry, only):

View file

@ -277,7 +277,7 @@ class MikrotikControllerData():
if not uid:
continue
_LOGGER.debug("Processing entry %s, entry %s", "/interface/bridge/host", entry)
_LOGGER.debug("Processing entry %s, entry %s", "/ip/arp", entry)
# Create uid arp dict
if uid not in self.data['arp']:
self.data['arp'][uid] = {}