Skip to content

Commit

Permalink
fix path for hc gw
Browse files Browse the repository at this point in the history
  • Loading branch information
2Fake committed Dec 3, 2020
1 parent 2c41739 commit 30942fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devolo_plc_api/device_api/deviceapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def __init__(self, ip: str, session: AsyncClient, info: Dict):
super().__init__()

self._ip = ip
# HC gateway has no Path, it has a path.
# HC gateway has no Path, it has a path
self._path = info["properties"].get("Path") or info["properties"].get("path")
self._port = info["port"]
self._session = session
Expand Down

0 comments on commit 30942fc

Please sign in to comment.