moar
This commit is contained in:
@@ -50,6 +50,8 @@ class Cache:
|
||||
artist = artist.strip().lower()
|
||||
song = song.strip().lower()
|
||||
try:
|
||||
logging.info("Searching %s - %s on %s",
|
||||
artist, song, self.label)
|
||||
async with sqlite3.connect(self.cache_db, timeout=2) as db_conn:
|
||||
await db_conn.enable_load_extension(True)
|
||||
for ext in self.sqlite_exts:
|
||||
|
||||
Reference in New Issue
Block a user