refactor
This commit is contained in:
@@ -49,7 +49,7 @@ class Cache:
|
||||
artist=row['artist'],
|
||||
song=row['song'],
|
||||
lyrics=row['lyrics'],
|
||||
src=f"{row['src']} (redis, id: {row['id']})",
|
||||
src=f"{row['src']} (redis cache, id: {row['id']})",
|
||||
confidence=row['confidence']
|
||||
)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user