aboutsummaryrefslogtreecommitdiffstats
path: root/main.py
diff options
context:
space:
mode:
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