Skip to content

Commit

Permalink
Catch json error
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanhed committed Dec 22, 2023
1 parent 765ba02 commit 7789356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mijnbib/parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def parse(self) -> list[Account]:
# ":default-active-account"
# )
# details = json.loads(details)
# except AttributeError:
# except (AttributeError, json.JSONDecodeError):
# details = {}

# Get id from <a href="/mijn-bibliotheek/lidmaatschappen/374047">
Expand Down

0 comments on commit 7789356

Please sign in to comment.