mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-25 04:24:49 -04:00
Fix #48
This commit is contained in:
parent
38c79d79b0
commit
1adfca37e5
1 changed files with 3 additions and 3 deletions
|
@ -50,14 +50,14 @@ def cli(ctx, **kwargs):
|
||||||
global config
|
global config
|
||||||
global core
|
global core
|
||||||
|
|
||||||
if ctx.invoked_subcommand == "config":
|
|
||||||
return
|
|
||||||
|
|
||||||
if kwargs["debug"]:
|
if kwargs["debug"]:
|
||||||
init_log()
|
init_log()
|
||||||
|
|
||||||
config = Config()
|
config = Config()
|
||||||
|
|
||||||
|
if ctx.invoked_subcommand == "config":
|
||||||
|
return
|
||||||
|
|
||||||
if config.session["check_for_updates"]:
|
if config.session["check_for_updates"]:
|
||||||
from importlib import metadata
|
from importlib import metadata
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue