mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-24 20:14:42 -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 core
|
||||
|
||||
if ctx.invoked_subcommand == 'config':
|
||||
return
|
||||
|
||||
if kwargs["debug"]:
|
||||
init_log()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue