Testeando el codigo!

This commit is contained in:
Daniel Cortes
2020-06-13 01:18:09 -04:00
parent b806b1163c
commit a7984779f7
5 changed files with 245 additions and 2 deletions

View File

@@ -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: