Skip to content

Commit

Permalink
Actual 5.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
seanthegeek committed Oct 26, 2024
1 parent 2baeb65 commit c35b9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checkdmarc/bimi.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ def parse_bimi_record(
svg = xml["svg"]
version = svg["@version"]
base_profile = None
if "@base_profile" in svg.keys():
if "@baseProfile" in svg.keys():
base_profile = svg["@baseProfile"]
view_box = svg["@viewBox"]
view_box = view_box.split(" ")
Expand Down

0 comments on commit c35b9eb

Please sign in to comment.