misc/migration related

This commit is contained in:
2025-06-08 08:53:18 -04:00
parent 68408c4796
commit 4cdd6d0c99
13 changed files with 90 additions and 28 deletions

View File

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