aboutsummaryrefslogtreecommitdiffstats
path: root/main.py
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2026-04-25 19:29:38 -0700
committerPinapelz <yukais@pinapelz.com>2026-04-25 19:29:38 -0700
commit7616457c8915adab19d97b23c85beeda12fc789b (patch)
tree6468610aca858f23e18c09a0fb5ed7cbb18c5290 /main.py
parentd7ff02e9921c62ab21b3a5fde4532e6a8d8a291c (diff)
update README with new functionaolities
Diffstat (limited to 'main.py')
-rw-r--r--main.py2
1 files changed, 1 insertions, 1 deletions
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 "")
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage