This commit is contained in:
2025-01-14 11:13:39 -05:00
parent f3336b09ac
commit 861f4766b3
4 changed files with 7 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ class Aggregate:
async def search(self, artist: str, song: str) -> Optional[LyricsResult]:
"""Aggregate Search"""
logging.info("Performing aggregate search")
cache_search = cache.Cache()
genius_search = genius.Genius()
lrclib_search = lrclib.LRCLib()