We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 523e071 commit e85c3d5Copy full SHA for e85c3d5
1 file changed
custom_components/glinet/router.py
@@ -433,7 +433,6 @@ async def update_wireguard_client_state(self) -> None:
433
# 0 is disconnted, 1 is connected, 2 is connecting
434
self._wireguard_connections = []
435
for config in response:
436
-
437
# OpenVPN configs are sometimes returned leading to errors.
438
if config.get("type") != "wireguard":
439
continue
0 commit comments