diff --git a/comictalker/comiccacher.py b/comictalker/comiccacher.py index 14eb13b..8912ed2 100644 --- a/comictalker/comiccacher.py +++ b/comictalker/comiccacher.py @@ -326,7 +326,7 @@ class ComicCacher: try: for credit in json.loads(row[13]): credits.append(Credit(**credit)) - finally: + except Exception: logger.exception("credits failed") record = ComicIssue( id=row[1],