From 8ccf74fd76d8aca1af5801f2866a741f4bd69262 Mon Sep 17 00:00:00 2001 From: nathom Date: Mon, 12 Apr 2021 15:35:17 -0700 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20check=20for=20updates=20when=20?= =?UTF-8?q?updating=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- streamrip/cli.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/streamrip/cli.py b/streamrip/cli.py index b7f8b58..e86657b 100644 --- a/streamrip/cli.py +++ b/streamrip/cli.py @@ -50,6 +50,9 @@ def cli(ctx, **kwargs): global config global core + if ctx.invoked_subcommand == 'config': + return + if kwargs["debug"]: init_log()