Fix indentation

This commit is contained in:
up-n-atom
2023-08-17 01:10:24 -04:00
committed by GitHub
parent d9a1aabf26
commit 21ed8812fb
+2 -2
View File
@@ -109,8 +109,8 @@ async def set_dns_servers(client: SagemcomClient, dns_servers: tuple[IPv4Address
click.echo(e, err=True)
break
else:
try:
await client.set_value_by_xpath(f"Device/DNS/Relay/Enable", True)
try:
await client.set_value_by_xpath(f"Device/DNS/Relay/Enable", True)
except Exception as e:
click.echo(e, err=True)