mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-15 03:44:31 +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:
|
try:
|
||||||
response = list(response)
|
response = list(response)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.disconnect("building list for path", e)
|
self.disconnect(f"building list for path {path}", e)
|
||||||
self.lock.release()
|
self.lock.release()
|
||||||
return None
|
return None
|
||||||
elif response and command:
|
elif response and command:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue