Testeando el codigo!
This commit is contained in:
@@ -24,7 +24,6 @@ def get_artist(mbid):
|
||||
|
||||
def get_disc(mbid):
|
||||
_log.info('Intentando obtener disco %s desde redis', mbid)
|
||||
|
||||
with get_redis_connection() as redis:
|
||||
disc = redis.get(f'release_group:{mbid}')
|
||||
if not disc:
|
||||
|
||||
Reference in New Issue
Block a user