From 7616457c8915adab19d97b23c85beeda12fc789b Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sat, 25 Apr 2026 19:29:38 -0700 Subject: update README with new functionaolities --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.py') diff --git a/main.py b/main.py index a031dd7..cb3eaae 100644 --- a/main.py +++ b/main.py @@ -192,7 +192,7 @@ def process_file(fp: Path, nolrc: bool) -> str: log(f" Fetching LRC for: {title} - {artist}") with _lyrics_semaphore: lrc = syncedlyrics.search(f"{title} {artist}", providers=["Lrclib", "Megalobiz", "NetEase"]) - time.sleep(0.5) + time.sleep(0.3) with open(lrc_path, "w", encoding="utf-8") as f: f.write(lrc if lrc else "") -- cgit v1.2.3