mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-28 14:34:28 +02:00
fixed arp debug message
This commit is contained in:
parent
9fe94dfecc
commit
3ee017e11c
2 changed files with 1 additions and 2 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue