mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-09 17:04:29 +02:00
Added query path into query error
This commit is contained in:
parent
715ead5458
commit
975f882416
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ class MikrotikAPI:
|
|||
try:
|
||||
response = list(response)
|
||||
except Exception as e:
|
||||
self.disconnect("building list for path", e)
|
||||
self.disconnect(f"building list for path {path}", e)
|
||||
self.lock.release()
|
||||
return None
|
||||
elif response and command:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue