Signed-off-by: nathom <nathanthomas707@gmail.com>
This commit is contained in:
nathom 2021-07-01 15:26:10 -07:00
parent f79b045bea
commit ad6efb33de

View file

@ -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()