From b78b2ebfbb046de2675c78d7d0528460bdfa7c83 Mon Sep 17 00:00:00 2001 From: Puqns67 Date: Sun, 13 Oct 2024 17:12:06 +0800 Subject: [PATCH] fix: disable output highlight Need to be disabled within our scope of use --- src/ncmlyrics/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ncmlyrics/__main__.py b/src/ncmlyrics/__main__.py index 1c83dd9..5d0c731 100644 --- a/src/ncmlyrics/__main__.py +++ b/src/ncmlyrics/__main__.py @@ -73,7 +73,7 @@ class NCMLyricsApp: nargs=-1, ) def main(outputs: list[Path], exist: bool, overwrite: bool, quiet: bool, links: list[str]) -> int: - console = Console(theme=NCMLyricsAppTheme) + console = Console(theme=NCMLyricsAppTheme, highlight=False) if len(links) == 0: console.print(