This commit is contained in:
2025-01-14 10:52:53 -05:00
parent f86d5a4fec
commit e2d1b69df5
4 changed files with 22 additions and 21 deletions

View File

@@ -19,6 +19,7 @@ class Cache:
self.cache_pre_query = "pragma journal_mode = WAL; pragma synchronous = normal; pragma temp_store = memory; pragma mmap_size = 30000000000;"
self.sqlite_exts = ['/usr/local/lib/python3.11/dist-packages/spellfix1.cpython-311-x86_64-linux-gnu.so']
self.label = "Cache"
def get_matched(self, sqlite_rows, matched_candidate, confidence) -> Optional[LyricsResult]:
"""Get Matched Result"""