From 32e99225f7c00661c43223e5ad70b5bfc9dd6913 Mon Sep 17 00:00:00 2001 From: up-n-atom Date: Mon, 11 Sep 2023 19:49:02 -0400 Subject: [PATCH] Fix white-space --- xmo-cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/xmo-cli.py b/xmo-cli.py index fbb17a6..15bc4c0 100755 --- a/xmo-cli.py +++ b/xmo-cli.py @@ -108,6 +108,7 @@ async def set_dns_servers(client: SagemcomClient, dns_servers: tuple[IPv4Address except Exception as e: click.echo(e, err=True) + if __name__ == '__main__': cli(_anyio_backend='asyncio')