This commit is contained in:
2025-05-27 16:48:28 -04:00
parent e07a9dd7d2
commit 68408c4796
8 changed files with 34 additions and 27 deletions

View File

@ -20,7 +20,7 @@ class CacheUtils:
def __init__(self) -> None:
self.lyrics_db_path: LiteralString = os.path.join(
"/usr/local/share", "sqlite_dbs", "cached_lyrics.db"
"/mnt/data/share", "sqlite_dbs", "cached_lyrics.db"
)
async def check_typeahead(self, query: str) -> Optional[list[str]]: