share
This commit is contained in:
@ -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]]:
|
||||
|
Reference in New Issue
Block a user