From 1adfca37e573c36323b7f44ee12ea0c877306227 Mon Sep 17 00:00:00 2001 From: nathom Date: Mon, 12 Apr 2021 17:20:48 -0700 Subject: [PATCH] Fix #48 --- streamrip/cli.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/streamrip/cli.py b/streamrip/cli.py index 9c9882d..5e9ff4e 100644 --- a/streamrip/cli.py +++ b/streamrip/cli.py @@ -50,14 +50,14 @@ def cli(ctx, **kwargs): global config global core - if ctx.invoked_subcommand == "config": - return - if kwargs["debug"]: init_log() config = Config() + if ctx.invoked_subcommand == "config": + return + if config.session["check_for_updates"]: from importlib import metadata