mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-24 20:14:42 -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 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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue