mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-13 06:34:45 -04:00
parent
f79b045bea
commit
ad6efb33de
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ def cli(ctx, **kwargs):
|
|||
logger.setLevel("DEBUG")
|
||||
logger.debug("Starting debug log")
|
||||
|
||||
if ctx.invoked_subcommand not in {None, "lastfm", "search", "disover", "config"}:
|
||||
if ctx.invoked_subcommand not in {None, "lastfm", "search", "discover", "config"}:
|
||||
return
|
||||
|
||||
config = Config()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue