mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-25 04:24:49 -04:00
Don’t check for updates when updating config
This commit is contained in:
parent
bee2adbcaa
commit
8ccf74fd76
1 changed files with 3 additions and 0 deletions
|
@ -50,6 +50,9 @@ 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()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue