diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-04-25 19:29:38 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-04-25 19:29:38 -0700 |
| commit | 7616457c8915adab19d97b23c85beeda12fc789b (patch) | |
| tree | 6468610aca858f23e18c09a0fb5ed7cbb18c5290 /main.py | |
| parent | d7ff02e9921c62ab21b3a5fde4532e6a8d8a291c (diff) | |
update README with new functionaolities
Diffstat (limited to 'main.py')
| -rw-r--r-- | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 "") |
